Html Css Color HEX #A10213 Carmine

📋 copy color: '#A10213'

red 161 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A10213

Tints of Carmine #A10213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 88.46%
G = 1.1%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A10213 (or 0xA10213) is known color: Carmine. HEX triplet: A1, 02 and 13. RGB value is (161,2,19). Sum of RGB (Red+Green+Blue) = 161+2+19=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A10213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10213 is #5EFDEC. Grayscale: #333333. Windows color (decimal): -6225389 or 1245857. OLE color: 1245857.

HSL color Cylindrical-coordinate representation of color #A10213: hue angle of 353.58º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10213 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 19 -
CMYK 0 0.99 0.88 0.37
HSL 353.58º 0.98% 0.32% -
HSV(B) 353.58º 0.99% 0.63% -
XYZ 14.84 7.67 1.31 -
YUV 51.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 161 2 19 0 0.99 0.88 0.37 353.58 0.98 0.32
Hex A1 2 13 0 63 58 25 162 62 20
Octal 241 2 23 0 143 130 45 542 142 40
Binary 10100001 10 10011 0 1100011 1011000 100101 101100010 1100010 100000

Color Harmonies of #A10213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10213

Black with #A10213

Text Example


Text Example

White with #A10213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10213; }

 p { color: rgb(161,2,19); }

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

background-color css

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

 a { background-color: rgb(161,2,19); }

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

border-color css

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

 span { border-color: rgb(161,2,19); }

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