Html Css Color HEX #96030B Sangria

📋 copy color: '#96030B'

red 150 ◦ green 3 ◦ blue 11

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

Shades of Sangria #96030B

Tints of Sangria #96030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

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

R = 91.46%
G = 1.83%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96030B (or 0x96030B) is known color: Sangria. HEX triplet: 96, 03 and 0B. RGB value is (150,3,11). Sum of RGB (Red+Green+Blue) = 150+3+11=164 (21% of max value = 765). Red value is 150 (58.98% from 255 or 91.46% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 150 - color contains mainly: red. Hex color #96030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96030B is #69FCF4. Grayscale: #2F2F2F. Windows color (decimal): -6946037 or 721814. OLE color: 721814.

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

Color convert

RGB 150 3 11 -
CMYK 0 0.98 0.93 0.41
HSL 356.73º 0.96% 0.3% -
HSV(B) 356.73º 0.98% 0.59% -
XYZ 12.67 6.57 0.92 -
YUV 47.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 150 3 11 0 0.98 0.93 0.41 356.73 0.96 0.3
Hex 96 3 B 0 62 5D 29 165 60 1E
Octal 226 3 13 0 142 135 51 545 140 36
Binary 10010110 11 1011 0 1100010 1011101 101001 101100101 1100000 11110

Color Harmonies of #96030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96030B

Black with #96030B

Text Example


Text Example

White with #96030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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