Html Css Color HEX #96020B Sangria

📋 copy color: '#96020B'

red 150 ◦ green 2 ◦ blue 11

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

Shades of Sangria #96020B

Tints of Sangria #96020B

RGB

 RED value IS 150 (58.98% from 255) = 92.02%

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 92.02%
G = 1.23%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96020B (or 0x96020B) is known color: Sangria. HEX triplet: 96, 02 and 0B. RGB value is (150,2,11). Sum of RGB (Red+Green+Blue) = 150+2+11=163 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.02% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 150 - color contains mainly: red. Hex color #96020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96020B is #69FDF4. Grayscale: #2F2F2F. Windows color (decimal): -6946293 or 721558. OLE color: 721558.

HSL color Cylindrical-coordinate representation of color #96020B: hue angle of 356.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 11 -
CMYK 0 0.99 0.93 0.41
HSL 356.35º 0.97% 0.3% -
HSV(B) 356.35º 0.99% 0.59% -
XYZ 12.66 6.55 0.91 -
YUV 47.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 150 2 11 0 0.99 0.93 0.41 356.35 0.97 0.3
Hex 96 2 B 0 63 5D 29 164 61 1E
Octal 226 2 13 0 143 135 51 544 141 36
Binary 10010110 10 1011 0 1100011 1011101 101001 101100100 1100001 11110

Color Harmonies of #96020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96020B

Black with #96020B

Text Example


Text Example

White with #96020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96020B; }

 p { color: rgb(150,2,11); }

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

background-color css

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

 a { background-color: rgb(150,2,11); }

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

border-color css

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

 span { border-color: rgb(150,2,11); }

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