Html Css Color HEX #970220 Carmine

📋 copy color: '#970220'

red 151 ◦ green 2 ◦ blue 32

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

Shades of Carmine #970220

Tints of Carmine #970220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 81.62%
G = 1.08%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#970220 (or 0x970220) is known color: Carmine. HEX triplet: 97, 02 and 20. RGB value is (151,2,32). Sum of RGB (Red+Green+Blue) = 151+2+32=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #970220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970220 is #68FDDF. Grayscale: #323232. Windows color (decimal): -6880736 or 2097815. OLE color: 2097815.

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

Color convert

RGB 151 2 32 -
CMYK 0 0.99 0.79 0.41
HSL 347.92º 0.97% 0.3% -
HSV(B) 347.92º 0.99% 0.59% -
XYZ 13.04 6.73 1.98 -
YUV 49.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 151 2 32 0 0.99 0.79 0.41 347.92 0.97 0.3
Hex 97 2 20 0 63 4F 29 15C 61 1E
Octal 227 2 40 0 143 117 51 534 141 36
Binary 10010111 10 100000 0 1100011 1001111 101001 101011100 1100001 11110

Color Harmonies of #970220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970220

Black with #970220

Text Example


Text Example

White with #970220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970220; }

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

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

background-color css

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

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

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

border-color css

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

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

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