Html Css Color HEX #970F20 Carmine

📋 copy color: '#970F20'

red 151 ◦ green 15 ◦ blue 32

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

Shades of Carmine #970F20

Tints of Carmine #970F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

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

R = 76.26%
G = 7.58%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#970F20 (or 0x970F20) is known color: Carmine. HEX triplet: 97, 0F and 20. RGB value is (151,15,32). Sum of RGB (Red+Green+Blue) = 151+15+32=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #970F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F20 is #68F0DF. Grayscale: #393939. Windows color (decimal): -6877408 or 2101143. OLE color: 2101143.

HSL color Cylindrical-coordinate representation of color #970F20: hue angle of 352.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F20 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 32 -
CMYK 0 0.90 0.79 0.41
HSL 352.5º 0.82% 0.33% -
HSV(B) 352.5º 0.9% 0.59% -
XYZ 13.19 7.03 2.03 -
YUV 57.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 151 15 32 0 0.90 0.79 0.41 352.5 0.82 0.33
Hex 97 F 20 0 5A 4F 29 160 52 21
Octal 227 17 40 0 132 117 51 540 122 41
Binary 10010111 1111 100000 0 1011010 1001111 101001 101100000 1010010 100001

Color Harmonies of #970F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F20

Black with #970F20

Text Example


Text Example

White with #970F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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