Html Css Color HEX #8A011A Carmine

📋 copy color: '#8A011A'

red 138 ◦ green 1 ◦ blue 26

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

Shades of Carmine #8A011A

Tints of Carmine #8A011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 83.64%
G = 0.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A011A (or 0x8A011A) is known color: Carmine. HEX triplet: 8A, 01 and 1A. RGB value is (138,1,26). Sum of RGB (Red+Green+Blue) = 138+1+26=165 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.64% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 138 - color contains mainly: red. Hex color #8A011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A011A is #75FEE5. Grayscale: #2C2C2C. Windows color (decimal): -7732966 or 1704330. OLE color: 1704330.

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

Color convert

RGB 138 1 26 -
CMYK 0 0.99 0.81 0.46
HSL 349.05º 0.99% 0.27% -
HSV(B) 349.05º 0.99% 0.54% -
XYZ 10.68 5.5 1.48 -
YUV 44.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 138 1 26 0 0.99 0.81 0.46 349.05 0.99 0.27
Hex 8A 1 1A 0 63 51 2E 15D 63 1B
Octal 212 1 32 0 143 121 56 535 143 33
Binary 10001010 1 11010 0 1100011 1010001 101110 101011101 1100011 11011

Color Harmonies of #8A011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A011A

Black with #8A011A

Text Example


Text Example

White with #8A011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,1,26); }

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

background-color css

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

 a { background-color: rgb(138,1,26); }

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

border-color css

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

 span { border-color: rgb(138,1,26); }

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