Html Css Color HEX #971518 Carmine

📋 copy color: '#971518'

red 151 ◦ green 21 ◦ blue 24

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

Shades of Carmine #971518

Tints of Carmine #971518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 77.04%
G = 10.71%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#971518 (or 0x971518) is known color: Carmine. HEX triplet: 97, 15 and 18. RGB value is (151,21,24). Sum of RGB (Red+Green+Blue) = 151+21+24=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #971518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971518 is #68EAE7. Grayscale: #3C3C3C. Windows color (decimal): -6875880 or 1578391. OLE color: 1578391.

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

Color convert

RGB 151 21 24 -
CMYK 0 0.86 0.84 0.41
HSL 358.62º 0.76% 0.34% -
HSV(B) 358.62º 0.86% 0.59% -
XYZ 13.2 7.18 1.55 -
YUV 60.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 151 21 24 0 0.86 0.84 0.41 358.62 0.76 0.34
Hex 97 15 18 0 56 54 29 167 4C 22
Octal 227 25 30 0 126 124 51 547 114 42
Binary 10010111 10101 11000 0 1010110 1010100 101001 101100111 1001100 100010

Color Harmonies of #971518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971518

Black with #971518

Text Example


Text Example

White with #971518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971518; }

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

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

background-color css

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

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

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

border-color css

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

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

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