Html Css Color HEX #970212 Carmine

📋 copy color: '#970212'

red 151 ◦ green 2 ◦ blue 18

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

Shades of Carmine #970212

Tints of Carmine #970212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 88.3%
G = 1.17%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#970212 (or 0x970212) is known color: Carmine. HEX triplet: 97, 02 and 12. RGB value is (151,2,18). Sum of RGB (Red+Green+Blue) = 151+2+18=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #970212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970212 is #68FDED. Grayscale: #303030. Windows color (decimal): -6880750 or 1180311. OLE color: 1180311.

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

Color convert

RGB 151 2 18 -
CMYK 0 0.99 0.88 0.41
HSL 353.56º 0.97% 0.3% -
HSV(B) 353.56º 0.99% 0.59% -
XYZ 12.89 6.67 1.18 -
YUV 48.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 151 2 18 0 0.99 0.88 0.41 353.56 0.97 0.3
Hex 97 2 12 0 63 58 29 162 61 1E
Octal 227 2 22 0 143 130 51 542 141 36
Binary 10010111 10 10010 0 1100011 1011000 101001 101100010 1100001 11110

Color Harmonies of #970212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970212

Black with #970212

Text Example


Text Example

White with #970212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970212; }

 p { color: rgb(151,2,18); }

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

background-color css

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

 a { background-color: rgb(151,2,18); }

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

border-color css

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

 span { border-color: rgb(151,2,18); }

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