Html Css Color HEX #960203 Sangria

📋 copy color: '#960203'

red 150 ◦ green 2 ◦ blue 3

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

Shades of Sangria #960203

Tints of Sangria #960203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 96.77%
G = 1.29%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#960203 (or 0x960203) is known color: Sangria. HEX triplet: 96, 02 and 03. RGB value is (150,2,3). Sum of RGB (Red+Green+Blue) = 150+2+3=155 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.77% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 150 - color contains mainly: red. Hex color #960203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960203 is #69FDFC. Grayscale: #2E2E2E. Windows color (decimal): -6946301 or 197270. OLE color: 197270.

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

Color convert

RGB 150 2 3 -
CMYK 0 0.99 0.98 0.41
HSL 359.59º 0.97% 0.3% -
HSV(B) 359.59º 0.99% 0.59% -
XYZ 12.62 6.53 0.68 -
YUV 46.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 150 2 3 0 0.99 0.98 0.41 359.59 0.97 0.3
Hex 96 2 3 0 63 62 29 168 61 1E
Octal 226 2 3 0 143 142 51 550 141 36
Binary 10010110 10 11 0 1100011 1100010 101001 101101000 1100001 11110

Color Harmonies of #960203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960203

Black with #960203

Text Example


Text Example

White with #960203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960203; }

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

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

background-color css

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

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

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

border-color css

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

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

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