Html Css Color HEX #8A111F Carmine

📋 copy color: '#8A111F'

red 138 ◦ green 17 ◦ blue 31

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

Shades of Carmine #8A111F

Tints of Carmine #8A111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 74.19%
G = 9.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A111F (or 0x8A111F) is known color: Carmine. HEX triplet: 8A, 11 and 1F. RGB value is (138,17,31). Sum of RGB (Red+Green+Blue) = 138+17+31=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A111F is #75EEE0. Grayscale: #363636. Windows color (decimal): -7728865 or 2036106. OLE color: 2036106.

HSL color Cylindrical-coordinate representation of color #8A111F: hue angle of 353.06º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A111F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 31 -
CMYK 0 0.88 0.78 0.46
HSL 353.06º 0.78% 0.3% -
HSV(B) 353.06º 0.88% 0.54% -
XYZ 10.93 5.9 1.86 -
YUV 54.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 138 17 31 0 0.88 0.78 0.46 353.06 0.78 0.3
Hex 8A 11 1F 0 58 4E 2E 161 4E 1E
Octal 212 21 37 0 130 116 56 541 116 36
Binary 10001010 10001 11111 0 1011000 1001110 101110 101100001 1001110 11110

Color Harmonies of #8A111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A111F

Black with #8A111F

Text Example


Text Example

White with #8A111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,31); }

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

background-color css

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

 a { background-color: rgb(138,17,31); }

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

border-color css

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

 span { border-color: rgb(138,17,31); }

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