Html Css Color HEX #A40920 Carmine

📋 copy color: '#A40920'

red 164 ◦ green 9 ◦ blue 32

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

Shades of Carmine #A40920

Tints of Carmine #A40920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 80%
G = 4.39%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40920 (or 0xA40920) is known color: Carmine. HEX triplet: A4, 09 and 20. RGB value is (164,9,32). Sum of RGB (Red+Green+Blue) = 164+9+32=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A40920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40920 is #5BF6DF. Grayscale: #3A3A3A. Windows color (decimal): -6026976 or 2099620. OLE color: 2099620.

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

Color convert

RGB 164 9 32 -
CMYK 0 0.95 0.80 0.36
HSL 351.1º 0.9% 0.34% -
HSV(B) 351.1º 0.95% 0.64% -
XYZ 15.67 8.19 2.12 -
YUV 57.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 164 9 32 0 0.95 0.80 0.36 351.1 0.9 0.34
Hex A4 9 20 0 5F 50 24 15F 5A 22
Octal 244 11 40 0 137 120 44 537 132 42
Binary 10100100 1001 100000 0 1011111 1010000 100100 101011111 1011010 100010

Color Harmonies of #A40920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40920

Black with #A40920

Text Example


Text Example

White with #A40920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40920; }

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

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

background-color css

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

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

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

border-color css

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

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

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