Html Css Color HEX #8A101A Carmine

📋 copy color: '#8A101A'

red 138 ◦ green 16 ◦ blue 26

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

Shades of Carmine #8A101A

Tints of Carmine #8A101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 76.67%
G = 8.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A101A (or 0x8A101A) is known color: Carmine. HEX triplet: 8A, 10 and 1A. RGB value is (138,16,26). Sum of RGB (Red+Green+Blue) = 138+16+26=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A101A is #75EFE5. Grayscale: #353535. Windows color (decimal): -7729126 or 1708170. OLE color: 1708170.

HSL color Cylindrical-coordinate representation of color #8A101A: hue angle of 355.08º degrees, saturation: 0.79, 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 #8A101A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 26 -
CMYK 0 0.88 0.81 0.46
HSL 355.08º 0.79% 0.3% -
HSV(B) 355.08º 0.88% 0.54% -
XYZ 10.85 5.85 1.53 -
YUV 53.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 138 16 26 0 0.88 0.81 0.46 355.08 0.79 0.3
Hex 8A 10 1A 0 58 51 2E 163 4F 1E
Octal 212 20 32 0 130 121 56 543 117 36
Binary 10001010 10000 11010 0 1011000 1010001 101110 101100011 1001111 11110

Color Harmonies of #8A101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A101A

Black with #8A101A

Text Example


Text Example

White with #8A101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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