Html Css Color HEX #960304 Sangria

📋 copy color: '#960304'

red 150 ◦ green 3 ◦ blue 4

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

Shades of Sangria #960304

Tints of Sangria #960304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 95.54%
G = 1.91%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#960304 (or 0x960304) is known color: Sangria. HEX triplet: 96, 03 and 04. RGB value is (150,3,4). Sum of RGB (Red+Green+Blue) = 150+3+4=157 (20% of max value = 765). Red value is 150 (58.98% from 255 or 95.54% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 150 - color contains mainly: red. Hex color #960304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960304 is #69FCFB. Grayscale: #2F2F2F. Windows color (decimal): -6946044 or 263062. OLE color: 263062.

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

Color convert

RGB 150 3 4 -
CMYK 0 0.98 0.97 0.41
HSL 359.59º 0.96% 0.3% -
HSV(B) 359.59º 0.98% 0.59% -
XYZ 12.63 6.56 0.71 -
YUV 47.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 150 3 4 0 0.98 0.97 0.41 359.59 0.96 0.3
Hex 96 3 4 0 62 61 29 168 60 1E
Octal 226 3 4 0 142 141 51 550 140 36
Binary 10010110 11 100 0 1100010 1100001 101001 101101000 1100000 11110

Color Harmonies of #960304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960304

Black with #960304

Text Example


Text Example

White with #960304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960304; }

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

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

background-color css

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

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

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

border-color css

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

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

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