Html Css Color HEX #900212 Sangria

📋 copy color: '#900212'

red 144 ◦ green 2 ◦ blue 18

#900212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #900212

Tints of Sangria #900212

RGB

 RED value IS 144 (56.64% from 255) = 87.8%

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 87.8%
G = 1.22%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#900212 (or 0x900212) is known color: Sangria. HEX triplet: 90, 02 and 12. RGB value is (144,2,18). Sum of RGB (Red+Green+Blue) = 144+2+18=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #900212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900212 is #6FFDED. Grayscale: #2E2E2E. Windows color (decimal): -7339502 or 1180304. OLE color: 1180304.

HSL color Cylindrical-coordinate representation of color #900212: hue angle of 353.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 18 -
CMYK 0 0.99 0.88 0.44
HSL 353.24º 0.97% 0.29% -
HSV(B) 353.24º 0.99% 0.56% -
XYZ 11.63 6.02 1.12 -
YUV 46.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 144 2 18 0 0.99 0.88 0.44 353.24 0.97 0.29
Hex 90 2 12 0 63 58 2C 161 61 1D
Octal 220 2 22 0 143 130 54 541 141 35
Binary 10010000 10 10010 0 1100011 1011000 101100 101100001 1100001 11101

Color Harmonies of #900212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900212

Black with #900212

Text Example


Text Example

White with #900212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900212; }

 p { color: rgb(144,2,18); }

 H1.HeaderClassName
 {
   color: #900212;
 }
 .AnyTagClassName
 {
   color: #900212;
 }
</style>

background-color css

<style>
 a { background-color: #900212; }

 a { background-color: rgb(144,2,18); }

 div.DivClassName
 {
   background-color: #900212;
 }
 .BgClassName
 {
   background-color: #900212;
 }
</style>

border-color css

<style>
 span { border-color: #900212; }

 span { border-color: rgb(144,2,18); }

 td.TdClassName
 {
   border-color: #900212;
 }
 .TagClassName
 {
   border-color: #900212;
 }
</style>