Html Css Color HEX #960003 Sangria

📋 copy color: '#960003'

red 150 ◦ green 0 ◦ blue 3

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

Shades of Sangria #960003

Tints of Sangria #960003

RGB

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

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

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

R = 98.04%
G = 0%
B = 1.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#960003 (or 0x960003) is known color: Sangria. HEX triplet: 96, 00 and 03. RGB value is (150,0,3). Sum of RGB (Red+Green+Blue) = 150+0+3=153 (20% of max value = 765). Red value is 150 (58.98% from 255 or 98.04% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 150 - color contains mainly: red. Hex color #960003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960003 is #69FFFC. Grayscale: #2D2D2D. Windows color (decimal): -6946813 or 196758. OLE color: 196758.

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

Color convert

RGB 150 0 3 -
CMYK 0 1 0.98 0.41
HSL 358.8º 1% 0.29% -
HSV(B) 358.8º 1% 0.59% -
XYZ 12.59 6.49 0.68 -
YUV 45.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 150 0 3 0 1 0.98 0.41 358.8 1 0.29
Hex 96 0 3 0 64 62 29 167 64 1D
Octal 226 0 3 0 144 142 51 547 144 35
Binary 10010110 0 11 0 1100100 1100010 101001 101100111 1100100 11101

Color Harmonies of #960003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960003

Black with #960003

Text Example


Text Example

White with #960003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960003; }

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

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

background-color css

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

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

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

border-color css

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

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

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