Html Css Color HEX #A40511 Carmine

📋 copy color: '#A40511'

red 164 ◦ green 5 ◦ blue 17

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

Shades of Carmine #A40511

Tints of Carmine #A40511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 88.17%
G = 2.69%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A40511 (or 0xA40511) is known color: Carmine. HEX triplet: A4, 05 and 11. RGB value is (164,5,17). Sum of RGB (Red+Green+Blue) = 164+5+17=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A40511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40511 is #5BFAEE. Grayscale: #363636. Windows color (decimal): -6028015 or 1115556. OLE color: 1115556.

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

Color convert

RGB 164 5 17 -
CMYK 0 0.97 0.90 0.36
HSL 355.47º 0.94% 0.33% -
HSV(B) 355.47º 0.97% 0.64% -
XYZ 15.47 8.04 1.27 -
YUV 53.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 164 5 17 0 0.97 0.90 0.36 355.47 0.94 0.33
Hex A4 5 11 0 61 5A 24 163 5E 21
Octal 244 5 21 0 141 132 44 543 136 41
Binary 10100100 101 10001 0 1100001 1011010 100100 101100011 1011110 100001

Color Harmonies of #A40511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40511

Black with #A40511

Text Example


Text Example

White with #A40511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40511; }

 p { color: rgb(164,5,17); }

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

background-color css

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

 a { background-color: rgb(164,5,17); }

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

border-color css

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

 span { border-color: rgb(164,5,17); }

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