Html Css Color HEX #A10820 Carmine

📋 copy color: '#A10820'

red 161 ◦ green 8 ◦ blue 32

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

Shades of Carmine #A10820

Tints of Carmine #A10820

RGB

 RED value IS 161 (63.28% from 255) = 80.1%

 GREEN value IS 8 (3.52% from 255) = 3.98%

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

R = 80.1%
G = 3.98%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A10820 (or 0xA10820) is known color: Carmine. HEX triplet: A1, 08 and 20. RGB value is (161,8,32). Sum of RGB (Red+Green+Blue) = 161+8+32=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A10820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10820 is #5EF7DF. Grayscale: #383838. Windows color (decimal): -6223840 or 2099361. OLE color: 2099361.

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

Color convert

RGB 161 8 32 -
CMYK 0 0.95 0.80 0.37
HSL 350.59º 0.91% 0.33% -
HSV(B) 350.59º 0.95% 0.63% -
XYZ 15.05 7.86 2.09 -
YUV 56.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 161 8 32 0 0.95 0.80 0.37 350.59 0.91 0.33
Hex A1 8 20 0 5F 50 25 15F 5B 21
Octal 241 10 40 0 137 120 45 537 133 41
Binary 10100001 1000 100000 0 1011111 1010000 100101 101011111 1011011 100001

Color Harmonies of #A10820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10820

Black with #A10820

Text Example


Text Example

White with #A10820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10820; }

 p { color: rgb(161,8,32); }

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

background-color css

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

 a { background-color: rgb(161,8,32); }

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

border-color css

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

 span { border-color: rgb(161,8,32); }

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