Html Css Color HEX #A20413 Carmine

📋 copy color: '#A20413'

red 162 ◦ green 4 ◦ blue 19

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

Shades of Carmine #A20413

Tints of Carmine #A20413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 87.57%
G = 2.16%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A20413 (or 0xA20413) is known color: Carmine. HEX triplet: A2, 04 and 13. RGB value is (162,4,19). Sum of RGB (Red+Green+Blue) = 162+4+19=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20413 is #5DFBEC. Grayscale: #353535. Windows color (decimal): -6159341 or 1246370. OLE color: 1246370.

HSL color Cylindrical-coordinate representation of color #A20413: hue angle of 354.3º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20413 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 19 -
CMYK 0 0.98 0.88 0.36
HSL 354.3º 0.95% 0.33% -
HSV(B) 354.3º 0.98% 0.64% -
XYZ 15.06 7.82 1.33 -
YUV 52.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 162 4 19 0 0.98 0.88 0.36 354.3 0.95 0.33
Hex A2 4 13 0 62 58 24 162 5F 21
Octal 242 4 23 0 142 130 44 542 137 41
Binary 10100010 100 10011 0 1100010 1011000 100100 101100010 1011111 100001

Color Harmonies of #A20413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20413

Black with #A20413

Text Example


Text Example

White with #A20413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20413; }

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

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

background-color css

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

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

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

border-color css

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

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

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