Html Css Color HEX #A40F20 Carmine

📋 copy color: '#A40F20'

red 164 ◦ green 15 ◦ blue 32

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

Shades of Carmine #A40F20

Tints of Carmine #A40F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

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

R = 77.73%
G = 7.11%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40F20 (or 0xA40F20) is known color: Carmine. HEX triplet: A4, 0F and 20. RGB value is (164,15,32). Sum of RGB (Red+Green+Blue) = 164+15+32=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F20 is #5BF0DF. Grayscale: #3D3D3D. Windows color (decimal): -6025440 or 2101156. OLE color: 2101156.

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

Color convert

RGB 164 15 32 -
CMYK 0 0.91 0.80 0.36
HSL 353.15º 0.83% 0.35% -
HSV(B) 353.15º 0.91% 0.64% -
XYZ 15.74 8.34 2.15 -
YUV 61.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 164 15 32 0 0.91 0.80 0.36 353.15 0.83 0.35
Hex A4 F 20 0 5B 50 24 161 53 23
Octal 244 17 40 0 133 120 44 541 123 43
Binary 10100100 1111 100000 0 1011011 1010000 100100 101100001 1010011 100011

Color Harmonies of #A40F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F20

Black with #A40F20

Text Example


Text Example

White with #A40F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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