Html Css Color HEX #A41D1D Fire Brick

📋 copy color: '#A41D1D'

red 164 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A41D1D

Tints of Fire Brick #A41D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 73.87%
G = 13.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A41D1D (or 0xA41D1D) is known color: Fire Brick. HEX triplet: A4, 1D and 1D. RGB value is (164,29,29). Sum of RGB (Red+Green+Blue) = 164+29+29=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D1D is #5BE2E2. Grayscale: #454545. Windows color (decimal): -6021859 or 1908132. OLE color: 1908132.

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

Color convert

RGB 164 29 29 -
CMYK 0 0.82 0.82 0.36
HSL 0.7% 0.38% -
HSV(B) 0.82% 0.64% -
XYZ 15.97 8.86 2.03 -
YUV 69.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 164 29 29 0 0.82 0.82 0.36 0 0.7 0.38
Hex A4 1D 1D 0 52 52 24 0 46 26
Octal 244 35 35 0 122 122 44 0 106 46
Binary 10100100 11101 11101 0 1010010 1010010 100100 0 1000110 100110

Color Harmonies of #A41D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D1D

Black with #A41D1D

Text Example


Text Example

White with #A41D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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