Html Css Color HEX #96020E Sangria

📋 copy color: '#96020E'

red 150 ◦ green 2 ◦ blue 14

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

Shades of Sangria #96020E

Tints of Sangria #96020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 90.36%
G = 1.2%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96020E (or 0x96020E) is known color: Sangria. HEX triplet: 96, 02 and 0E. RGB value is (150,2,14). Sum of RGB (Red+Green+Blue) = 150+2+14=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #96020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96020E is #69FDF1. Grayscale: #2F2F2F. Windows color (decimal): -6946290 or 918166. OLE color: 918166.

HSL color Cylindrical-coordinate representation of color #96020E: hue angle of 355.14º 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 #96020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 14 -
CMYK 0 0.99 0.91 0.41
HSL 355.14º 0.97% 0.3% -
HSV(B) 355.14º 0.99% 0.59% -
XYZ 12.68 6.56 1.01 -
YUV 47.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 150 2 14 0 0.99 0.91 0.41 355.14 0.97 0.3
Hex 96 2 E 0 63 5B 29 163 61 1E
Octal 226 2 16 0 143 133 51 543 141 36
Binary 10010110 10 1110 0 1100011 1011011 101001 101100011 1100001 11110

Color Harmonies of #96020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96020E

Black with #96020E

Text Example


Text Example

White with #96020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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