Html Css Color HEX #A41D15 Fire Brick

📋 copy color: '#A41D15'

red 164 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #A41D15

Tints of Fire Brick #A41D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 76.64%
G = 13.55%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41D15 (or 0xA41D15) is known color: Fire Brick. HEX triplet: A4, 1D and 15. RGB value is (164,29,21). Sum of RGB (Red+Green+Blue) = 164+29+21=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D15 is #5BE2EA. Grayscale: #444444. Windows color (decimal): -6021867 or 1383844. OLE color: 1383844.

HSL color Cylindrical-coordinate representation of color #A41D15: hue angle of 3.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41D15 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 29 21 -
CMYK 0 0.82 0.87 0.36
HSL 3.36º 0.77% 0.36% -
HSV(B) 3.36º 0.87% 0.64% -
XYZ 15.88 8.83 1.58 -
YUV 68.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 164 29 21 0 0.82 0.87 0.36 3.36 0.77 0.36
Hex A4 1D 15 0 52 57 24 3 4D 24
Octal 244 35 25 0 122 127 44 3 115 44
Binary 10100100 11101 10101 0 1010010 1010111 100100 11 1001101 100100

Color Harmonies of #A41D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D15

Black with #A41D15

Text Example


Text Example

White with #A41D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D15; }

 p { color: rgb(164,29,21); }

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

background-color css

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

 a { background-color: rgb(164,29,21); }

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

border-color css

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

 span { border-color: rgb(164,29,21); }

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