Html Css Color HEX #8A1218 Carmine

📋 copy color: '#8A1218'

red 138 ◦ green 18 ◦ blue 24

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

Shades of Carmine #8A1218

Tints of Carmine #8A1218

RGB

 RED value IS 138 (54.3% from 255) = 76.67%

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 76.67%
G = 10%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A1218 (or 0x8A1218) is known color: Carmine. HEX triplet: 8A, 12 and 18. RGB value is (138,18,24). Sum of RGB (Red+Green+Blue) = 138+18+24=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1218 is #75EDE7. Grayscale: #363636. Windows color (decimal): -7728616 or 1577610. OLE color: 1577610.

HSL color Cylindrical-coordinate representation of color #8A1218: hue angle of 357º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1218 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 18 24 -
CMYK 0 0.87 0.83 0.46
HSL 357º 0.77% 0.31% -
HSV(B) 357º 0.87% 0.54% -
XYZ 10.86 5.9 1.43 -
YUV 54.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 138 18 24 0 0.87 0.83 0.46 357 0.77 0.31
Hex 8A 12 18 0 57 53 2E 165 4D 1F
Octal 212 22 30 0 127 123 56 545 115 37
Binary 10001010 10010 11000 0 1010111 1010011 101110 101100101 1001101 11111

Color Harmonies of #8A1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1218

Black with #8A1218

Text Example


Text Example

White with #8A1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1218; }

 p { color: rgb(138,18,24); }

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

background-color css

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

 a { background-color: rgb(138,18,24); }

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

border-color css

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

 span { border-color: rgb(138,18,24); }

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