Html Css Color HEX #970011 Carmine

📋 copy color: '#970011'

red 151 ◦ green 0 ◦ blue 17

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

Shades of Carmine #970011

Tints of Carmine #970011

RGB

 RED value IS 151 (59.38% from 255) = 89.88%

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

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 89.88%
G = 0%
B = 10.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#970011 (or 0x970011) is known color: Carmine. HEX triplet: 97, 00 and 11. RGB value is (151,0,17). Sum of RGB (Red+Green+Blue) = 151+0+17=168 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.88% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 151 - color contains mainly: red. Hex color #970011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970011 is #68FFEE. Grayscale: #2F2F2F. Windows color (decimal): -6881263 or 1114263. OLE color: 1114263.

HSL color Cylindrical-coordinate representation of color #970011: hue angle of 353.25º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 17 -
CMYK 0 1 0.89 0.41
HSL 353.25º 1% 0.3% -
HSV(B) 353.25º 1% 0.59% -
XYZ 12.86 6.62 1.13 -
YUV 47.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 151 0 17 0 1 0.89 0.41 353.25 1 0.3
Hex 97 0 11 0 64 59 29 161 64 1E
Octal 227 0 21 0 144 131 51 541 144 36
Binary 10010111 0 10001 0 1100100 1011001 101001 101100001 1100100 11110

Color Harmonies of #970011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970011

Black with #970011

Text Example


Text Example

White with #970011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970011; }

 p { color: rgb(151,0,17); }

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

background-color css

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

 a { background-color: rgb(151,0,17); }

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

border-color css

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

 span { border-color: rgb(151,0,17); }

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