Html Css Color HEX #A41408 Fire Brick

📋 copy color: '#A41408'

red 164 ◦ green 20 ◦ blue 8

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

Shades of Fire Brick #A41408

Tints of Fire Brick #A41408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 85.42%
G = 10.42%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A41408 (or 0xA41408) is known color: Fire Brick. HEX triplet: A4, 14 and 08. RGB value is (164,20,8). Sum of RGB (Red+Green+Blue) = 164+20+8=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A41408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41408 is #5BEBF7. Grayscale: #3D3D3D. Windows color (decimal): -6024184 or 529572. OLE color: 529572.

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

Color convert

RGB 164 20 8 -
CMYK 0 0.88 0.95 0.36
HSL 4.62º 0.91% 0.34% -
HSV(B) 4.62º 0.95% 0.64% -
XYZ 15.6 8.41 1.03 -
YUV 61.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 164 20 8 0 0.88 0.95 0.36 4.62 0.91 0.34
Hex A4 14 8 0 58 5F 24 5 5B 22
Octal 244 24 10 0 130 137 44 5 133 42
Binary 10100100 10100 1000 0 1011000 1011111 100100 101 1011011 100010

Color Harmonies of #A41408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41408

Black with #A41408

Text Example


Text Example

White with #A41408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41408; }

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

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

background-color css

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

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

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

border-color css

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

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

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