Html Css Color HEX #A51820 Carmine

📋 copy color: '#A51820'

red 165 ◦ green 24 ◦ blue 32

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

Shades of Carmine #A51820

Tints of Carmine #A51820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 74.66%
G = 10.86%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A51820 (or 0xA51820) is known color: Carmine. HEX triplet: A5, 18 and 20. RGB value is (165,24,32). Sum of RGB (Red+Green+Blue) = 165+24+32=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A51820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51820 is #5AE7DF. Grayscale: #434343. Windows color (decimal): -5957600 or 2103461. OLE color: 2103461.

HSL color Cylindrical-coordinate representation of color #A51820: hue angle of 356.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51820 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 32 -
CMYK 0 0.85 0.81 0.35
HSL 356.6º 0.75% 0.37% -
HSV(B) 356.6º 0.85% 0.65% -
XYZ 16.1 8.76 2.21 -
YUV 67.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 165 24 32 0 0.85 0.81 0.35 356.6 0.75 0.37
Hex A5 18 20 0 55 51 23 165 4B 25
Octal 245 30 40 0 125 121 43 545 113 45
Binary 10100101 11000 100000 0 1010101 1010001 100011 101100101 1001011 100101

Color Harmonies of #A51820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51820

Black with #A51820

Text Example


Text Example

White with #A51820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51820; }

 p { color: rgb(165,24,32); }

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

background-color css

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

 a { background-color: rgb(165,24,32); }

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

border-color css

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

 span { border-color: rgb(165,24,32); }

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