Html Css Color HEX #A41D1B Fire Brick

📋 copy color: '#A41D1B'

red 164 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #A41D1B

Tints of Fire Brick #A41D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 74.55%
G = 13.18%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A41D1B (or 0xA41D1B) is known color: Fire Brick. HEX triplet: A4, 1D and 1B. RGB value is (164,29,27). Sum of RGB (Red+Green+Blue) = 164+29+27=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D1B is #5BE2E4. Grayscale: #454545. Windows color (decimal): -6021861 or 1777060. OLE color: 1777060.

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

Color convert

RGB 164 29 27 -
CMYK 0 0.82 0.84 0.36
HSL 0.88º 0.72% 0.37% -
HSV(B) 0.88º 0.84% 0.64% -
XYZ 15.95 8.85 1.9 -
YUV 69.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 164 29 27 0 0.82 0.84 0.36 0.88 0.72 0.37
Hex A4 1D 1B 0 52 54 24 1 48 25
Octal 244 35 33 0 122 124 44 1 110 45
Binary 10100100 11101 11011 0 1010010 1010100 100100 1 1001000 100101

Color Harmonies of #A41D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D1B

Black with #A41D1B

Text Example


Text Example

White with #A41D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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