Html Css Color HEX #970016 Carmine

📋 copy color: '#970016'

red 151 ◦ green 0 ◦ blue 22

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

Shades of Carmine #970016

Tints of Carmine #970016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 87.28%
G = 0%
B = 12.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970016 (or 0x970016) is known color: Carmine. HEX triplet: 97, 00 and 16. RGB value is (151,0,22). Sum of RGB (Red+Green+Blue) = 151+0+22=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #970016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970016 is #68FFE9. Grayscale: #2F2F2F. Windows color (decimal): -6881258 or 1441943. OLE color: 1441943.

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

Color convert

RGB 151 0 22 -
CMYK 0 1 0.85 0.41
HSL 351.26º 1% 0.3% -
HSV(B) 351.26º 1% 0.59% -
XYZ 12.91 6.64 1.36 -
YUV 47.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 151 0 22 0 1 0.85 0.41 351.26 1 0.3
Hex 97 0 16 0 64 55 29 15F 64 1E
Octal 227 0 26 0 144 125 51 537 144 36
Binary 10010111 0 10110 0 1100100 1010101 101001 101011111 1100100 11110

Color Harmonies of #970016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970016

Black with #970016

Text Example


Text Example

White with #970016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970016; }

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

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

background-color css

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

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

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

border-color css

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

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

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