Html Css Color HEX #A20325 Carmine

📋 copy color: '#A20325'

red 162 ◦ green 3 ◦ blue 37

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

Shades of Carmine #A20325

Tints of Carmine #A20325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 80.2%
G = 1.49%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20325 (or 0xA20325) is known color: Carmine. HEX triplet: A2, 03 and 25. RGB value is (162,3,37). Sum of RGB (Red+Green+Blue) = 162+3+37=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20325 is #5DFCDA. Grayscale: #363636. Windows color (decimal): -6159579 or 2425762. OLE color: 2425762.

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

Color convert

RGB 162 3 37 -
CMYK 0 0.98 0.77 0.36
HSL 347.17º 0.96% 0.32% -
HSV(B) 347.17º 0.98% 0.64% -
XYZ 15.27 7.88 2.47 -
YUV 54.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 162 3 37 0 0.98 0.77 0.36 347.17 0.96 0.32
Hex A2 3 25 0 62 4D 24 15B 60 20
Octal 242 3 45 0 142 115 44 533 140 40
Binary 10100010 11 100101 0 1100010 1001101 100100 101011011 1100000 100000

Color Harmonies of #A20325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20325

Black with #A20325

Text Example


Text Example

White with #A20325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20325; }

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

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

background-color css

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

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

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

border-color css

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

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

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