Html Css Color HEX #A20E2D Carmine

📋 copy color: '#A20E2D'

red 162 ◦ green 14 ◦ blue 45

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

Shades of Carmine #A20E2D

Tints of Carmine #A20E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 73.3%
G = 6.33%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A20E2D (or 0xA20E2D) is known color: Carmine. HEX triplet: A2, 0E and 2D. RGB value is (162,14,45). Sum of RGB (Red+Green+Blue) = 162+14+45=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E2D is #5DF1D2. Grayscale: #3D3D3D. Windows color (decimal): -6156755 or 2952866. OLE color: 2952866.

HSL color Cylindrical-coordinate representation of color #A20E2D: hue angle of 347.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E2D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 45 -
CMYK 0 0.91 0.72 0.36
HSL 347.43º 0.84% 0.35% -
HSV(B) 347.43º 0.91% 0.64% -
XYZ 15.53 8.18 3.24 -
YUV 61.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 162 14 45 0 0.91 0.72 0.36 347.43 0.84 0.35
Hex A2 E 2D 0 5B 48 24 15B 54 23
Octal 242 16 55 0 133 110 44 533 124 43
Binary 10100010 1110 101101 0 1011011 1001000 100100 101011011 1010100 100011

Color Harmonies of #A20E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E2D

Black with #A20E2D

Text Example


Text Example

White with #A20E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E2D; }

 p { color: rgb(162,14,45); }

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

background-color css

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

 a { background-color: rgb(162,14,45); }

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

border-color css

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

 span { border-color: rgb(162,14,45); }

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