Html Css Color HEX #A80019 Carmine

📋 copy color: '#A80019'

red 168 ◦ green 0 ◦ blue 25

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

Shades of Carmine #A80019

Tints of Carmine #A80019

RGB

 RED value IS 168 (66.02% from 255) = 87.05%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.05%
G = 0%
B = 12.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A80019 (or 0xA80019) is known color: Carmine. HEX triplet: A8, 00 and 19. RGB value is (168,0,25). Sum of RGB (Red+Green+Blue) = 168+0+25=193 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.05% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 168 - color contains mainly: red. Hex color #A80019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80019 is #57FFE6. Grayscale: #353535. Windows color (decimal): -5767143 or 1638568. OLE color: 1638568.

HSL color Cylindrical-coordinate representation of color #A80019: hue angle of 351.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 25 -
CMYK 0 1 0.85 0.34
HSL 351.07º 1% 0.33% -
HSV(B) 351.07º 1% 0.66% -
XYZ 16.32 8.4 1.68 -
YUV 53.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 168 0 25 0 1 0.85 0.34 351.07 1 0.33
Hex A8 0 19 0 64 55 22 15F 64 21
Octal 250 0 31 0 144 125 42 537 144 41
Binary 10101000 0 11001 0 1100100 1010101 100010 101011111 1100100 100001

Color Harmonies of #A80019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80019

Black with #A80019

Text Example


Text Example

White with #A80019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80019; }

 p { color: rgb(168,0,25); }

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

background-color css

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

 a { background-color: rgb(168,0,25); }

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

border-color css

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

 span { border-color: rgb(168,0,25); }

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