Html Css Color HEX #A2022E Carmine

📋 copy color: '#A2022E'

red 162 ◦ green 2 ◦ blue 46

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

Shades of Carmine #A2022E

Tints of Carmine #A2022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 77.14%
G = 0.95%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2022E (or 0xA2022E) is known color: Carmine. HEX triplet: A2, 02 and 2E. RGB value is (162,2,46). Sum of RGB (Red+Green+Blue) = 162+2+46=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2022E is #5DFDD1. Grayscale: #363636. Windows color (decimal): -6159826 or 3015330. OLE color: 3015330.

HSL color Cylindrical-coordinate representation of color #A2022E: hue angle of 343.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 #A2022E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 46 -
CMYK 0 0.99 0.72 0.36
HSL 343.5º 0.98% 0.32% -
HSV(B) 343.5º 0.99% 0.64% -
XYZ 15.42 7.92 3.3 -
YUV 54.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 162 2 46 0 0.99 0.72 0.36 343.5 0.98 0.32
Hex A2 2 2E 0 63 48 24 158 62 20
Octal 242 2 56 0 143 110 44 530 142 40
Binary 10100010 10 101110 0 1100011 1001000 100100 101011000 1100010 100000

Color Harmonies of #A2022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2022E

Black with #A2022E

Text Example


Text Example

White with #A2022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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