Html Css Color HEX #A20024 Carmine

📋 copy color: '#A20024'

red 162 ◦ green 0 ◦ blue 36

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

Shades of Carmine #A20024

Tints of Carmine #A20024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20024 (or 0xA20024) is known color: Carmine. HEX triplet: A2, 00 and 24. RGB value is (162,0,36). Sum of RGB (Red+Green+Blue) = 162+0+36=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A20024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20024 is #5DFFDB. Grayscale: #343434. Windows color (decimal): -6160348 or 2359458. OLE color: 2359458.

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

Color convert

RGB 162 0 36 -
CMYK 0 1 0.78 0.36
HSL 346.67º 1% 0.32% -
HSV(B) 346.67º 1% 0.64% -
XYZ 15.22 7.81 2.37 -
YUV 52.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 162 0 36 0 1 0.78 0.36 346.67 1 0.32
Hex A2 0 24 0 64 4E 24 15B 64 20
Octal 242 0 44 0 144 116 44 533 144 40
Binary 10100010 0 100100 0 1100100 1001110 100100 101011011 1100100 100000

Color Harmonies of #A20024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20024

Black with #A20024

Text Example


Text Example

White with #A20024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20024; }

 p { color: rgb(162,0,36); }

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

background-color css

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

 a { background-color: rgb(162,0,36); }

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

border-color css

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

 span { border-color: rgb(162,0,36); }

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