Html Css Color HEX #8A1019 Carmine

📋 copy color: '#8A1019'

red 138 ◦ green 16 ◦ blue 25

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

Shades of Carmine #8A1019

Tints of Carmine #8A1019

RGB

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

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

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

R = 77.09%
G = 8.94%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#8A1019 (or 0x8A1019) is known color: Carmine. HEX triplet: 8A, 10 and 19. RGB value is (138,16,25). Sum of RGB (Red+Green+Blue) = 138+16+25=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1019 is #75EFE6. Grayscale: #353535. Windows color (decimal): -7729127 or 1642634. OLE color: 1642634.

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

Color convert

RGB 138 16 25 -
CMYK 0 0.88 0.82 0.46
HSL 355.57º 0.79% 0.3% -
HSV(B) 355.57º 0.88% 0.54% -
XYZ 10.84 5.84 1.48 -
YUV 53.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 138 16 25 0 0.88 0.82 0.46 355.57 0.79 0.3
Hex 8A 10 19 0 58 52 2E 164 4F 1E
Octal 212 20 31 0 130 122 56 544 117 36
Binary 10001010 10000 11001 0 1011000 1010010 101110 101100100 1001111 11110

Color Harmonies of #8A1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1019

Black with #8A1019

Text Example


Text Example

White with #8A1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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