Html Css Color HEX #A20226 Carmine

📋 copy color: '#A20226'

red 162 ◦ green 2 ◦ blue 38

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

Shades of Carmine #A20226

Tints of Carmine #A20226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 80.2%
G = 0.99%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20226 (or 0xA20226) is known color: Carmine. HEX triplet: A2, 02 and 26. RGB value is (162,2,38). Sum of RGB (Red+Green+Blue) = 162+2+38=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20226 is #5DFDD9. Grayscale: #353535. Windows color (decimal): -6159834 or 2491042. OLE color: 2491042.

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

Color convert

RGB 162 2 38 -
CMYK 0 0.99 0.77 0.36
HSL 346.5º 0.98% 0.32% -
HSV(B) 346.5º 0.99% 0.64% -
XYZ 15.27 7.86 2.55 -
YUV 53.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 162 2 38 0 0.99 0.77 0.36 346.5 0.98 0.32
Hex A2 2 26 0 63 4D 24 15A 62 20
Octal 242 2 46 0 143 115 44 532 142 40
Binary 10100010 10 100110 0 1100011 1001101 100100 101011010 1100010 100000

Color Harmonies of #A20226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20226

Black with #A20226

Text Example


Text Example

White with #A20226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20226; }

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

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

background-color css

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

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

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

border-color css

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

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

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