Html Css Color HEX #970F2D Carmine

📋 copy color: '#970F2D'

red 151 ◦ green 15 ◦ blue 45

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

Shades of Carmine #970F2D

Tints of Carmine #970F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 71.56%
G = 7.11%
B = 21.33%

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

#970F2D (or 0x970F2D) is known color: Carmine. HEX triplet: 97, 0F and 2D. RGB value is (151,15,45). Sum of RGB (Red+Green+Blue) = 151+15+45=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #970F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F2D is #68F0D2. Grayscale: #3B3B3B. Windows color (decimal): -6877395 or 2953111. OLE color: 2953111.

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

Color convert

RGB 151 15 45 -
CMYK 0 0.90 0.70 0.41
HSL 346.76º 0.82% 0.33% -
HSV(B) 346.76º 0.9% 0.59% -
XYZ 13.41 7.11 3.15 -
YUV 59.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 151 15 45 0 0.90 0.70 0.41 346.76 0.82 0.33
Hex 97 F 2D 0 5A 46 29 15B 52 21
Octal 227 17 55 0 132 106 51 533 122 41
Binary 10010111 1111 101101 0 1011010 1000110 101001 101011011 1010010 100001

Color Harmonies of #970F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F2D

Black with #970F2D

Text Example


Text Example

White with #970F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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