Html Css Color HEX #A00613 Carmine

📋 copy color: '#A00613'

red 160 ◦ green 6 ◦ blue 19

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

Shades of Carmine #A00613

Tints of Carmine #A00613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 86.49%
G = 3.24%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00613 (or 0xA00613) is known color: Carmine. HEX triplet: A0, 06 and 13. RGB value is (160,6,19). Sum of RGB (Red+Green+Blue) = 160+6+19=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00613 is #5FF9EC. Grayscale: #353535. Windows color (decimal): -6289901 or 1246880. OLE color: 1246880.

HSL color Cylindrical-coordinate representation of color #A00613: hue angle of 354.94º 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 #A00613 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 19 -
CMYK 0 0.96 0.88 0.37
HSL 354.94º 0.93% 0.33% -
HSV(B) 354.94º 0.96% 0.63% -
XYZ 14.68 7.65 1.32 -
YUV 53.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 160 6 19 0 0.96 0.88 0.37 354.94 0.93 0.33
Hex A0 6 13 0 60 58 25 163 5D 21
Octal 240 6 23 0 140 130 45 543 135 41
Binary 10100000 110 10011 0 1100000 1011000 100101 101100011 1011101 100001

Color Harmonies of #A00613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00613

Black with #A00613

Text Example


Text Example

White with #A00613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00613; }

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

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

background-color css

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

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

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

border-color css

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

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

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