Html Css Color HEX #96000C Sangria

📋 copy color: '#96000C'

red 150 ◦ green 0 ◦ blue 12

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

Shades of Sangria #96000C

Tints of Sangria #96000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 92.59%
G = 0%
B = 7.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96000C (or 0x96000C) is known color: Sangria. HEX triplet: 96, 00 and 0C. RGB value is (150,0,12). Sum of RGB (Red+Green+Blue) = 150+0+12=162 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.59% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 150 - color contains mainly: red. Hex color #96000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96000C is #69FFF3. Grayscale: #2E2E2E. Windows color (decimal): -6946804 or 786582. OLE color: 786582.

HSL color Cylindrical-coordinate representation of color #96000C: hue angle of 355.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 12 -
CMYK 0 1 0.92 0.41
HSL 355.2º 1% 0.29% -
HSV(B) 355.2º 1% 0.59% -
XYZ 12.64 6.51 0.94 -
YUV 46.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 150 0 12 0 1 0.92 0.41 355.2 1 0.29
Hex 96 0 C 0 64 5C 29 163 64 1D
Octal 226 0 14 0 144 134 51 543 144 35
Binary 10010110 0 1100 0 1100100 1011100 101001 101100011 1100100 11101

Color Harmonies of #96000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96000C

Black with #96000C

Text Example


Text Example

White with #96000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96000C; }

 p { color: rgb(150,0,12); }

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

background-color css

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

 a { background-color: rgb(150,0,12); }

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

border-color css

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

 span { border-color: rgb(150,0,12); }

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