Html Css Color HEX #A00419 Carmine

📋 copy color: '#A00419'

red 160 ◦ green 4 ◦ blue 25

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

Shades of Carmine #A00419

Tints of Carmine #A00419

RGB

 RED value IS 160 (62.89% from 255) = 84.66%

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 84.66%
G = 2.12%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A00419 (or 0xA00419) is known color: Carmine. HEX triplet: A0, 04 and 19. RGB value is (160,4,25). Sum of RGB (Red+Green+Blue) = 160+4+25=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A00419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00419 is #5FFBE6. Grayscale: #353535. Windows color (decimal): -6290407 or 1639584. OLE color: 1639584.

HSL color Cylindrical-coordinate representation of color #A00419: hue angle of 351.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00419 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 25 -
CMYK 0 0.98 0.84 0.37
HSL 351.92º 0.95% 0.32% -
HSV(B) 351.92º 0.98% 0.63% -
XYZ 14.72 7.63 1.62 -
YUV 53.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 160 4 25 0 0.98 0.84 0.37 351.92 0.95 0.32
Hex A0 4 19 0 62 54 25 160 5F 20
Octal 240 4 31 0 142 124 45 540 137 40
Binary 10100000 100 11001 0 1100010 1010100 100101 101100000 1011111 100000

Color Harmonies of #A00419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00419

Black with #A00419

Text Example


Text Example

White with #A00419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00419; }

 p { color: rgb(160,4,25); }

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

background-color css

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

 a { background-color: rgb(160,4,25); }

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

border-color css

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

 span { border-color: rgb(160,4,25); }

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