Html Css Color HEX #8A121E Carmine

📋 copy color: '#8A121E'

red 138 ◦ green 18 ◦ blue 30

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

Shades of Carmine #8A121E

Tints of Carmine #8A121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 74.19%
G = 9.68%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A121E (or 0x8A121E) is known color: Carmine. HEX triplet: 8A, 12 and 1E. RGB value is (138,18,30). Sum of RGB (Red+Green+Blue) = 138+18+30=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A121E is #75EDE1. Grayscale: #373737. Windows color (decimal): -7728610 or 1970826. OLE color: 1970826.

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

Color convert

RGB 138 18 30 -
CMYK 0 0.87 0.78 0.46
HSL 354º 0.77% 0.31% -
HSV(B) 354º 0.87% 0.54% -
XYZ 10.93 5.93 1.8 -
YUV 55.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 138 18 30 0 0.87 0.78 0.46 354 0.77 0.31
Hex 8A 12 1E 0 57 4E 2E 162 4D 1F
Octal 212 22 36 0 127 116 56 542 115 37
Binary 10001010 10010 11110 0 1010111 1001110 101110 101100010 1001101 11111

Color Harmonies of #8A121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A121E

Black with #8A121E

Text Example


Text Example

White with #8A121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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