Html Css Color HEX #8A0B1C Carmine

📋 copy color: '#8A0B1C'

red 138 ◦ green 11 ◦ blue 28

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

Shades of Carmine #8A0B1C

Tints of Carmine #8A0B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 77.97%
G = 6.21%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A0B1C (or 0x8A0B1C) is known color: Carmine. HEX triplet: 8A, 0B and 1C. RGB value is (138,11,28). Sum of RGB (Red+Green+Blue) = 138+11+28=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0B1C is #75F4E3. Grayscale: #323232. Windows color (decimal): -7730404 or 1837962. OLE color: 1837962.

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

Color convert

RGB 138 11 28 -
CMYK 0 0.92 0.80 0.46
HSL 351.97º 0.85% 0.29% -
HSV(B) 351.97º 0.92% 0.54% -
XYZ 10.81 5.73 1.63 -
YUV 50.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 138 11 28 0 0.92 0.80 0.46 351.97 0.85 0.29
Hex 8A B 1C 0 5C 50 2E 160 55 1D
Octal 212 13 34 0 134 120 56 540 125 35
Binary 10001010 1011 11100 0 1011100 1010000 101110 101100000 1010101 11101

Color Harmonies of #8A0B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0B1C

Black with #8A0B1C

Text Example


Text Example

White with #8A0B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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