Html Css Color HEX #970F17 Carmine

📋 copy color: '#970F17'

red 151 ◦ green 15 ◦ blue 23

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

Shades of Carmine #970F17

Tints of Carmine #970F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 79.89%
G = 7.94%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970F17 (or 0x970F17) is known color: Carmine. HEX triplet: 97, 0F and 17. RGB value is (151,15,23). Sum of RGB (Red+Green+Blue) = 151+15+23=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #970F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F17 is #68F0E8. Grayscale: #383838. Windows color (decimal): -6877417 or 1511319. OLE color: 1511319.

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

Color convert

RGB 151 15 23 -
CMYK 0 0.90 0.85 0.41
HSL 356.47º 0.82% 0.33% -
HSV(B) 356.47º 0.9% 0.59% -
XYZ 13.09 6.98 1.47 -
YUV 56.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 151 15 23 0 0.90 0.85 0.41 356.47 0.82 0.33
Hex 97 F 17 0 5A 55 29 164 52 21
Octal 227 17 27 0 132 125 51 544 122 41
Binary 10010111 1111 10111 0 1011010 1010101 101001 101100100 1010010 100001

Color Harmonies of #970F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F17

Black with #970F17

Text Example


Text Example

White with #970F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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