Html Css Color HEX #971618 Carmine

📋 copy color: '#971618'

red 151 ◦ green 22 ◦ blue 24

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

Shades of Carmine #971618

Tints of Carmine #971618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 76.65%
G = 11.17%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#971618 (or 0x971618) is known color: Carmine. HEX triplet: 97, 16 and 18. RGB value is (151,22,24). Sum of RGB (Red+Green+Blue) = 151+22+24=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971618 is #68E9E7. Grayscale: #3C3C3C. Windows color (decimal): -6875624 or 1578647. OLE color: 1578647.

HSL color Cylindrical-coordinate representation of color #971618: hue angle of 359.07º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971618 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 24 -
CMYK 0 0.85 0.84 0.41
HSL 359.07º 0.75% 0.34% -
HSV(B) 359.07º 0.85% 0.59% -
XYZ 13.21 7.22 1.56 -
YUV 60.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 151 22 24 0 0.85 0.84 0.41 359.07 0.75 0.34
Hex 97 16 18 0 55 54 29 167 4B 22
Octal 227 26 30 0 125 124 51 547 113 42
Binary 10010111 10110 11000 0 1010101 1010100 101001 101100111 1001011 100010

Color Harmonies of #971618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971618

Black with #971618

Text Example


Text Example

White with #971618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971618; }

 p { color: rgb(151,22,24); }

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

background-color css

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

 a { background-color: rgb(151,22,24); }

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

border-color css

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

 span { border-color: rgb(151,22,24); }

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