Html Css Color HEX #A50613 Carmine

📋 copy color: '#A50613'

red 165 ◦ green 6 ◦ blue 19

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

Shades of Carmine #A50613

Tints of Carmine #A50613

RGB

 RED value IS 165 (64.84% from 255) = 86.84%

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

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

R = 86.84%
G = 3.16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A50613 (or 0xA50613) is known color: Carmine. HEX triplet: A5, 06 and 13. RGB value is (165,6,19). Sum of RGB (Red+Green+Blue) = 165+6+19=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A50613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50613 is #5AF9EC. Grayscale: #373737. Windows color (decimal): -5962221 or 1246885. OLE color: 1246885.

HSL color Cylindrical-coordinate representation of color #A50613: hue angle of 355.09º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50613 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 19 -
CMYK 0 0.96 0.88 0.35
HSL 355.09º 0.93% 0.34% -
HSV(B) 355.09º 0.96% 0.65% -
XYZ 15.7 8.18 1.37 -
YUV 55.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 165 6 19 0 0.96 0.88 0.35 355.09 0.93 0.34
Hex A5 6 13 0 60 58 23 163 5D 22
Octal 245 6 23 0 140 130 43 543 135 42
Binary 10100101 110 10011 0 1100000 1011000 100011 101100011 1011101 100010

Color Harmonies of #A50613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50613

Black with #A50613

Text Example


Text Example

White with #A50613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50613; }

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

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

background-color css

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

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

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

border-color css

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

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

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