Html Css Color HEX #970F28 Carmine

📋 copy color: '#970F28'

red 151 ◦ green 15 ◦ blue 40

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

Shades of Carmine #970F28

Tints of Carmine #970F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 73.3%
G = 7.28%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970F28 (or 0x970F28) is known color: Carmine. HEX triplet: 97, 0F and 28. RGB value is (151,15,40). Sum of RGB (Red+Green+Blue) = 151+15+40=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #970F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F28 is #68F0D7. Grayscale: #3A3A3A. Windows color (decimal): -6877400 or 2625431. OLE color: 2625431.

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

Color convert

RGB 151 15 40 -
CMYK 0 0.90 0.74 0.41
HSL 348.97º 0.82% 0.33% -
HSV(B) 348.97º 0.9% 0.59% -
XYZ 13.32 7.07 2.67 -
YUV 58.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 151 15 40 0 0.90 0.74 0.41 348.97 0.82 0.33
Hex 97 F 28 0 5A 4A 29 15D 52 21
Octal 227 17 50 0 132 112 51 535 122 41
Binary 10010111 1111 101000 0 1011010 1001010 101001 101011101 1010010 100001

Color Harmonies of #970F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F28

Black with #970F28

Text Example


Text Example

White with #970F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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