Html Css Color HEX #A00619 Carmine

📋 copy color: '#A00619'

red 160 ◦ green 6 ◦ blue 25

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

Shades of Carmine #A00619

Tints of Carmine #A00619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 83.77%
G = 3.14%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A00619 (or 0xA00619) is known color: Carmine. HEX triplet: A0, 06 and 19. RGB value is (160,6,25). Sum of RGB (Red+Green+Blue) = 160+6+25=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A00619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00619 is #5FF9E6. Grayscale: #363636. Windows color (decimal): -6289895 or 1640096. OLE color: 1640096.

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

Color convert

RGB 160 6 25 -
CMYK 0 0.96 0.84 0.37
HSL 352.6º 0.93% 0.33% -
HSV(B) 352.6º 0.96% 0.63% -
XYZ 14.74 7.67 1.62 -
YUV 54.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 160 6 25 0 0.96 0.84 0.37 352.6 0.93 0.33
Hex A0 6 19 0 60 54 25 161 5D 21
Octal 240 6 31 0 140 124 45 541 135 41
Binary 10100000 110 11001 0 1100000 1010100 100101 101100001 1011101 100001

Color Harmonies of #A00619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00619

Black with #A00619

Text Example


Text Example

White with #A00619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00619; }

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

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

background-color css

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

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

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

border-color css

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

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

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