Html Css Color HEX #A41708 Fire Brick

📋 copy color: '#A41708'

red 164 ◦ green 23 ◦ blue 8

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

Shades of Fire Brick #A41708

Tints of Fire Brick #A41708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 84.1%
G = 11.79%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A41708 (or 0xA41708) is known color: Fire Brick. HEX triplet: A4, 17 and 08. RGB value is (164,23,8). Sum of RGB (Red+Green+Blue) = 164+23+8=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41708 is #5BE8F7. Grayscale: #3F3F3F. Windows color (decimal): -6023416 or 530340. OLE color: 530340.

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

Color convert

RGB 164 23 8 -
CMYK 0 0.86 0.95 0.36
HSL 5.77º 0.91% 0.34% -
HSV(B) 5.77º 0.95% 0.64% -
XYZ 15.66 8.52 1.05 -
YUV 63.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 164 23 8 0 0.86 0.95 0.36 5.77 0.91 0.34
Hex A4 17 8 0 56 5F 24 6 5B 22
Octal 244 27 10 0 126 137 44 6 133 42
Binary 10100100 10111 1000 0 1010110 1011111 100100 110 1011011 100010

Color Harmonies of #A41708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41708

Black with #A41708

Text Example


Text Example

White with #A41708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41708; }

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

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

background-color css

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

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

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

border-color css

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

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

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