Html Css Color HEX #A40420 Carmine

📋 copy color: '#A40420'

red 164 ◦ green 4 ◦ blue 32

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

Shades of Carmine #A40420

Tints of Carmine #A40420

RGB

 RED value IS 164 (64.45% from 255) = 82%

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

 BLUE value IS 32 (12.89% from 255) = 16%

R = 82%
G = 2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40420 (or 0xA40420) is known color: Carmine. HEX triplet: A4, 04 and 20. RGB value is (164,4,32). Sum of RGB (Red+Green+Blue) = 164+4+32=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A40420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40420 is #5BFBDF. Grayscale: #373737. Windows color (decimal): -6028256 or 2098340. OLE color: 2098340.

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

Color convert

RGB 164 4 32 -
CMYK 0 0.98 0.80 0.36
HSL 349.5º 0.95% 0.33% -
HSV(B) 349.5º 0.98% 0.64% -
XYZ 15.61 8.08 2.1 -
YUV 55.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 164 4 32 0 0.98 0.80 0.36 349.5 0.95 0.33
Hex A4 4 20 0 62 50 24 15E 5F 21
Octal 244 4 40 0 142 120 44 536 137 41
Binary 10100100 100 100000 0 1100010 1010000 100100 101011110 1011111 100001

Color Harmonies of #A40420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40420

Black with #A40420

Text Example


Text Example

White with #A40420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40420; }

 p { color: rgb(164,4,32); }

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

background-color css

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

 a { background-color: rgb(164,4,32); }

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

border-color css

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

 span { border-color: rgb(164,4,32); }

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