Html Css Color HEX #8A0B16 Carmine

📋 copy color: '#8A0B16'

red 138 ◦ green 11 ◦ blue 22

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

Shades of Carmine #8A0B16

Tints of Carmine #8A0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

 BLUE value IS 22 (8.98% from 255) = 12.87%

R = 80.7%
G = 6.43%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A0B16 (or 0x8A0B16) is known color: Carmine. HEX triplet: 8A, 0B and 16. RGB value is (138,11,22). Sum of RGB (Red+Green+Blue) = 138+11+22=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0B16 is #75F4E9. Grayscale: #323232. Windows color (decimal): -7730410 or 1444746. OLE color: 1444746.

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

Color convert

RGB 138 11 22 -
CMYK 0 0.92 0.84 0.46
HSL 354.8º 0.85% 0.29% -
HSV(B) 354.8º 0.92% 0.54% -
XYZ 10.75 5.7 1.29 -
YUV 50.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 138 11 22 0 0.92 0.84 0.46 354.8 0.85 0.29
Hex 8A B 16 0 5C 54 2E 163 55 1D
Octal 212 13 26 0 134 124 56 543 125 35
Binary 10001010 1011 10110 0 1011100 1010100 101110 101100011 1010101 11101

Color Harmonies of #8A0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0B16

Black with #8A0B16

Text Example


Text Example

White with #8A0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,22); }

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

background-color css

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

 a { background-color: rgb(138,11,22); }

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

border-color css

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

 span { border-color: rgb(138,11,22); }

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