Html Css Color HEX #970F2E Carmine

📋 copy color: '#970F2E'

red 151 ◦ green 15 ◦ blue 46

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

Shades of Carmine #970F2E

Tints of Carmine #970F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 71.23%
G = 7.08%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#970F2E (or 0x970F2E) is known color: Carmine. HEX triplet: 97, 0F and 2E. RGB value is (151,15,46). Sum of RGB (Red+Green+Blue) = 151+15+46=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #970F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F2E is #68F0D1. Grayscale: #3B3B3B. Windows color (decimal): -6877394 or 3018647. OLE color: 3018647.

HSL color Cylindrical-coordinate representation of color #970F2E: hue angle of 346.32º 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 #970F2E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 46 -
CMYK 0 0.90 0.70 0.41
HSL 346.32º 0.82% 0.33% -
HSV(B) 346.32º 0.9% 0.59% -
XYZ 13.43 7.12 3.25 -
YUV 59.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 151 15 46 0 0.90 0.70 0.41 346.32 0.82 0.33
Hex 97 F 2E 0 5A 46 29 15A 52 21
Octal 227 17 56 0 132 106 51 532 122 41
Binary 10010111 1111 101110 0 1011010 1000110 101001 101011010 1010010 100001

Color Harmonies of #970F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F2E

Black with #970F2E

Text Example


Text Example

White with #970F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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