Html Css Color HEX #8A1219 Carmine

📋 copy color: '#8A1219'

red 138 ◦ green 18 ◦ blue 25

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

Shades of Carmine #8A1219

Tints of Carmine #8A1219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 76.24%
G = 9.94%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#8A1219 (or 0x8A1219) is known color: Carmine. HEX triplet: 8A, 12 and 19. RGB value is (138,18,25). Sum of RGB (Red+Green+Blue) = 138+18+25=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1219 is #75EDE6. Grayscale: #363636. Windows color (decimal): -7728615 or 1643146. OLE color: 1643146.

HSL color Cylindrical-coordinate representation of color #8A1219: hue angle of 356.5º 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 #8A1219 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 18 25 -
CMYK 0 0.87 0.82 0.46
HSL 356.5º 0.77% 0.31% -
HSV(B) 356.5º 0.87% 0.54% -
XYZ 10.87 5.91 1.49 -
YUV 54.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 138 18 25 0 0.87 0.82 0.46 356.5 0.77 0.31
Hex 8A 12 19 0 57 52 2E 164 4D 1F
Octal 212 22 31 0 127 122 56 544 115 37
Binary 10001010 10010 11001 0 1010111 1010010 101110 101100100 1001101 11111

Color Harmonies of #8A1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1219

Black with #8A1219

Text Example


Text Example

White with #8A1219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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