Html Css Color HEX #950003 Sangria

📋 copy color: '#950003'

red 149 ◦ green 0 ◦ blue 3

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

Shades of Sangria #950003

Tints of Sangria #950003

RGB

 RED value IS 149 (58.59% from 255) = 98.03%

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

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

R = 98.03%
G = 0%
B = 1.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#950003 (or 0x950003) is known color: Sangria. HEX triplet: 95, 00 and 03. RGB value is (149,0,3). Sum of RGB (Red+Green+Blue) = 149+0+3=152 (20% of max value = 765). Red value is 149 (58.59% from 255 or 98.03% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 149 - color contains mainly: red. Hex color #950003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950003 is #6AFFFC. Grayscale: #2D2D2D. Windows color (decimal): -7012349 or 196757. OLE color: 196757.

HSL color Cylindrical-coordinate representation of color #950003: hue angle of 358.79º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 3 -
CMYK 0 1 0.98 0.42
HSL 358.79º 1% 0.29% -
HSV(B) 358.79º 1% 0.58% -
XYZ 12.41 6.4 0.67 -
YUV 44.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 149 0 3 0 1 0.98 0.42 358.79 1 0.29
Hex 95 0 3 0 64 62 2A 167 64 1D
Octal 225 0 3 0 144 142 52 547 144 35
Binary 10010101 0 11 0 1100100 1100010 101010 101100111 1100100 11101

Color Harmonies of #950003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950003

Black with #950003

Text Example


Text Example

White with #950003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950003; }

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

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

background-color css

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

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

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

border-color css

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

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

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