Html Css Color HEX #A21013 Carmine

📋 copy color: '#A21013'

red 162 ◦ green 16 ◦ blue 19

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

Shades of Carmine #A21013

Tints of Carmine #A21013

RGB

 RED value IS 162 (63.67% from 255) = 82.23%

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 82.23%
G = 8.12%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A21013 (or 0xA21013) is known color: Carmine. HEX triplet: A2, 10 and 13. RGB value is (162,16,19). Sum of RGB (Red+Green+Blue) = 162+16+19=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A21013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21013 is #5DEFEC. Grayscale: #3C3C3C. Windows color (decimal): -6156269 or 1249442. OLE color: 1249442.

HSL color Cylindrical-coordinate representation of color #A21013: hue angle of 358.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21013 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 19 -
CMYK 0 0.90 0.88 0.36
HSL 358.77º 0.82% 0.35% -
HSV(B) 358.77º 0.9% 0.64% -
XYZ 15.2 8.1 1.38 -
YUV 60 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 162 16 19 0 0.90 0.88 0.36 358.77 0.82 0.35
Hex A2 10 13 0 5A 58 24 167 52 23
Octal 242 20 23 0 132 130 44 547 122 43
Binary 10100010 10000 10011 0 1011010 1011000 100100 101100111 1010010 100011

Color Harmonies of #A21013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21013

Black with #A21013

Text Example


Text Example

White with #A21013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21013; }

 p { color: rgb(162,16,19); }

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

background-color css

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

 a { background-color: rgb(162,16,19); }

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

border-color css

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

 span { border-color: rgb(162,16,19); }

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