Html Css Color HEX #970020 Carmine

📋 copy color: '#970020'

red 151 ◦ green 0 ◦ blue 32

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

Shades of Carmine #970020

Tints of Carmine #970020

RGB

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

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

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

R = 82.51%
G = 0%
B = 17.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#970020 (or 0x970020) is known color: Carmine. HEX triplet: 97, 00 and 20. RGB value is (151,0,32). Sum of RGB (Red+Green+Blue) = 151+0+32=183 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.51% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 151 - color contains mainly: red. Hex color #970020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970020 is #68FFDF. Grayscale: #303030. Windows color (decimal): -6881248 or 2097303. OLE color: 2097303.

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

Color convert

RGB 151 0 32 -
CMYK 0 1 0.79 0.41
HSL 347.28º 1% 0.3% -
HSV(B) 347.28º 1% 0.59% -
XYZ 13.02 6.68 1.97 -
YUV 48.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 151 0 32 0 1 0.79 0.41 347.28 1 0.3
Hex 97 0 20 0 64 4F 29 15B 64 1E
Octal 227 0 40 0 144 117 51 533 144 36
Binary 10010111 0 100000 0 1100100 1001111 101001 101011011 1100100 11110

Color Harmonies of #970020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970020

Black with #970020

Text Example


Text Example

White with #970020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970020; }

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

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

background-color css

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

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

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

border-color css

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

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

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