Html Css Color HEX #8A0219 Carmine

📋 copy color: '#8A0219'

red 138 ◦ green 2 ◦ blue 25

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

Shades of Carmine #8A0219

Tints of Carmine #8A0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 83.64%
G = 1.21%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#8A0219 (or 0x8A0219) is known color: Carmine. HEX triplet: 8A, 02 and 19. RGB value is (138,2,25). Sum of RGB (Red+Green+Blue) = 138+2+25=165 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.64% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0219 is #75FDE6. Grayscale: #2D2D2D. Windows color (decimal): -7732711 or 1639050. OLE color: 1639050.

HSL color Cylindrical-coordinate representation of color #8A0219: hue angle of 349.85º degrees, saturation: 0.97, 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 #8A0219 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 25 -
CMYK 0 0.99 0.82 0.46
HSL 349.85º 0.97% 0.27% -
HSV(B) 349.85º 0.99% 0.54% -
XYZ 10.68 5.52 1.42 -
YUV 45.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 138 2 25 0 0.99 0.82 0.46 349.85 0.97 0.27
Hex 8A 2 19 0 63 52 2E 15E 61 1B
Octal 212 2 31 0 143 122 56 536 141 33
Binary 10001010 10 11001 0 1100011 1010010 101110 101011110 1100001 11011

Color Harmonies of #8A0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0219

Black with #8A0219

Text Example


Text Example

White with #8A0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,25); }

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

background-color css

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

 a { background-color: rgb(138,2,25); }

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

border-color css

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

 span { border-color: rgb(138,2,25); }

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