Html Css Color HEX #A20425 Carmine

📋 copy color: '#A20425'

red 162 ◦ green 4 ◦ blue 37

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

Shades of Carmine #A20425

Tints of Carmine #A20425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 79.8%
G = 1.97%
B = 18.23%

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

#A20425 (or 0xA20425) is known color: Carmine. HEX triplet: A2, 04 and 25. RGB value is (162,4,37). Sum of RGB (Red+Green+Blue) = 162+4+37=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20425 is #5DFBDA. Grayscale: #373737. Windows color (decimal): -6159323 or 2426018. OLE color: 2426018.

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

Color convert

RGB 162 4 37 -
CMYK 0 0.98 0.77 0.36
HSL 347.47º 0.95% 0.33% -
HSV(B) 347.47º 0.98% 0.64% -
XYZ 15.28 7.9 2.47 -
YUV 55 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 162 4 37 0 0.98 0.77 0.36 347.47 0.95 0.33
Hex A2 4 25 0 62 4D 24 15B 5F 21
Octal 242 4 45 0 142 115 44 533 137 41
Binary 10100010 100 100101 0 1100010 1001101 100100 101011011 1011111 100001

Color Harmonies of #A20425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20425

Black with #A20425

Text Example


Text Example

White with #A20425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20425; }

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

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

background-color css

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

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

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

border-color css

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

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

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