Html Css Color HEX #8A0A17 Carmine

📋 copy color: '#8A0A17'

red 138 ◦ green 10 ◦ blue 23

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

Shades of Carmine #8A0A17

Tints of Carmine #8A0A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 80.7%
G = 5.85%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A0A17 (or 0x8A0A17) is known color: Carmine. HEX triplet: 8A, 0A and 17. RGB value is (138,10,23). Sum of RGB (Red+Green+Blue) = 138+10+23=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0A17 is #75F5E8. Grayscale: #313131. Windows color (decimal): -7730665 or 1510026. OLE color: 1510026.

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

Color convert

RGB 138 10 23 -
CMYK 0 0.93 0.83 0.46
HSL 353.91º 0.86% 0.29% -
HSV(B) 353.91º 0.93% 0.54% -
XYZ 10.74 5.68 1.34 -
YUV 49.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 138 10 23 0 0.93 0.83 0.46 353.91 0.86 0.29
Hex 8A A 17 0 5D 53 2E 162 56 1D
Octal 212 12 27 0 135 123 56 542 126 35
Binary 10001010 1010 10111 0 1011101 1010011 101110 101100010 1010110 11101

Color Harmonies of #8A0A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A17

Black with #8A0A17

Text Example


Text Example

White with #8A0A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,23); }

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

background-color css

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

 a { background-color: rgb(138,10,23); }

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

border-color css

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

 span { border-color: rgb(138,10,23); }

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