Html Css Color HEX #A20225 Carmine

📋 copy color: '#A20225'

red 162 ◦ green 2 ◦ blue 37

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

Shades of Carmine #A20225

Tints of Carmine #A20225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 80.6%
G = 1%
B = 18.41%

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

#A20225 (or 0xA20225) is known color: Carmine. HEX triplet: A2, 02 and 25. RGB value is (162,2,37). Sum of RGB (Red+Green+Blue) = 162+2+37=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20225 is #5DFDDA. Grayscale: #353535. Windows color (decimal): -6159835 or 2425506. OLE color: 2425506.

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

Color convert

RGB 162 2 37 -
CMYK 0 0.99 0.77 0.36
HSL 346.88º 0.98% 0.32% -
HSV(B) 346.88º 0.99% 0.64% -
XYZ 15.26 7.86 2.46 -
YUV 53.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 162 2 37 0 0.99 0.77 0.36 346.88 0.98 0.32
Hex A2 2 25 0 63 4D 24 15B 62 20
Octal 242 2 45 0 143 115 44 533 142 40
Binary 10100010 10 100101 0 1100011 1001101 100100 101011011 1100010 100000

Color Harmonies of #A20225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20225

Black with #A20225

Text Example


Text Example

White with #A20225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20225; }

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

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

background-color css

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

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

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

border-color css

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

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

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