Html Css Color HEX #A2021E Carmine

📋 copy color: '#A2021E'

red 162 ◦ green 2 ◦ blue 30

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

Shades of Carmine #A2021E

Tints of Carmine #A2021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 83.51%
G = 1.03%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2021E (or 0xA2021E) is known color: Carmine. HEX triplet: A2, 02 and 1E. RGB value is (162,2,30). Sum of RGB (Red+Green+Blue) = 162+2+30=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021E is #5DFDE1. Grayscale: #353535. Windows color (decimal): -6159842 or 1966754. OLE color: 1966754.

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

Color convert

RGB 162 2 30 -
CMYK 0 0.99 0.81 0.36
HSL 349.5º 0.98% 0.32% -
HSV(B) 349.5º 0.99% 0.64% -
XYZ 15.16 7.82 1.94 -
YUV 53.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 162 2 30 0 0.99 0.81 0.36 349.5 0.98 0.32
Hex A2 2 1E 0 63 51 24 15E 62 20
Octal 242 2 36 0 143 121 44 536 142 40
Binary 10100010 10 11110 0 1100011 1010001 100100 101011110 1100010 100000

Color Harmonies of #A2021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2021E

Black with #A2021E

Text Example


Text Example

White with #A2021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2021E; }

 p { color: rgb(162,2,30); }

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

background-color css

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

 a { background-color: rgb(162,2,30); }

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

border-color css

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

 span { border-color: rgb(162,2,30); }

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