#A41B00

Color #A41B00 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A41B00

Tints of Dark Red #A41B00

Color information

#A41B00 (or 0xA41B00) is unknown color: approx Dark Red. HEX triplet: A4, 1B and 00. RGB value is (164,27,0). Sum of RGB (Red+Green+Blue) = 164+27+0=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B00 is #5BE4FF. Grayscale: #414141. Windows color (decimal): -6022400 or 7076. OLE color: 7076.

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

Color convert

RGB164270-
CMYK00.8410.36
HSL9.88º100%32.16%-
HSV(B)9.88º100%64.31%-
XYZ15.78.680.85-
YUV64.8991.39198.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.86%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.86%
G=14.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16427000.8410.369.8810032.16
HexA41B00546424a6420
Octal2443300124144441214440
Binary1010010011011001010100110010010010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B00; }

 p { color: rgb(164,27,0); }

 H1.HeaderClassName
 {
   color: #A41B00;
 }
 .AnyTagClassName
 {
   color: #A41B00;
 }
</style>
background-color css

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

 a { background-color: rgb(164,27,0); }

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

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

 span { border-color: rgb(164,27,0); }

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