Html Css Color HEX #A41D08 Fire Brick

📋 copy color: '#A41D08'

red 164 ◦ green 29 ◦ blue 8

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

Shades of Fire Brick #A41D08

Tints of Fire Brick #A41D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 81.59%
G = 14.43%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A41D08 (or 0xA41D08) is known color: Fire Brick. HEX triplet: A4, 1D and 08. RGB value is (164,29,8). Sum of RGB (Red+Green+Blue) = 164+29+8=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D08 is #5BE2F7. Grayscale: #434343. Windows color (decimal): -6021880 or 531876. OLE color: 531876.

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

Color convert

RGB 164 29 8 -
CMYK 0 0.82 0.95 0.36
HSL 8.08º 0.91% 0.34% -
HSV(B) 8.08º 0.95% 0.64% -
XYZ 15.79 8.79 1.09 -
YUV 66.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 164 29 8 0 0.82 0.95 0.36 8.08 0.91 0.34
Hex A4 1D 8 0 52 5F 24 8 5B 22
Octal 244 35 10 0 122 137 44 10 133 42
Binary 10100100 11101 1000 0 1010010 1011111 100100 1000 1011011 100010

Color Harmonies of #A41D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D08

Black with #A41D08

Text Example


Text Example

White with #A41D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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