Html Css Color HEX #971018 Carmine

📋 copy color: '#971018'

red 151 ◦ green 16 ◦ blue 24

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

Shades of Carmine #971018

Tints of Carmine #971018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 79.06%
G = 8.38%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#971018 (or 0x971018) is known color: Carmine. HEX triplet: 97, 10 and 18. RGB value is (151,16,24). Sum of RGB (Red+Green+Blue) = 151+16+24=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971018 is #68EFE7. Grayscale: #393939. Windows color (decimal): -6877160 or 1577111. OLE color: 1577111.

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

Color convert

RGB 151 16 24 -
CMYK 0 0.89 0.84 0.41
HSL 356.44º 0.81% 0.33% -
HSV(B) 356.44º 0.89% 0.59% -
XYZ 13.11 7.02 1.53 -
YUV 57.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 151 16 24 0 0.89 0.84 0.41 356.44 0.81 0.33
Hex 97 10 18 0 59 54 29 164 51 21
Octal 227 20 30 0 131 124 51 544 121 41
Binary 10010111 10000 11000 0 1011001 1010100 101001 101100100 1010001 100001

Color Harmonies of #971018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971018

Black with #971018

Text Example


Text Example

White with #971018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971018; }

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

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

background-color css

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

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

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

border-color css

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

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

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