Html Css Color HEX #A51806 Fire Brick

📋 copy color: '#A51806'

red 165 ◦ green 24 ◦ blue 6

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

Shades of Fire Brick #A51806

Tints of Fire Brick #A51806

RGB

 RED value IS 165 (64.84% from 255) = 84.62%

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 84.62%
G = 12.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A51806 (or 0xA51806) is known color: Fire Brick. HEX triplet: A5, 18 and 06. RGB value is (165,24,6). Sum of RGB (Red+Green+Blue) = 165+24+6=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A51806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51806 is #5AE7F9. Grayscale: #404040. Windows color (decimal): -5957626 or 399525. OLE color: 399525.

HSL color Cylindrical-coordinate representation of color #A51806: hue angle of 6.79º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A51806 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 6 -
CMYK 0 0.85 0.96 0.35
HSL 6.79º 0.93% 0.34% -
HSV(B) 6.79º 0.96% 0.65% -
XYZ 15.88 8.67 1.01 -
YUV 64.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 165 24 6 0 0.85 0.96 0.35 6.79 0.93 0.34
Hex A5 18 6 0 55 60 23 7 5D 22
Octal 245 30 6 0 125 140 43 7 135 42
Binary 10100101 11000 110 0 1010101 1100000 100011 111 1011101 100010

Color Harmonies of #A51806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51806

Black with #A51806

Text Example


Text Example

White with #A51806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51806; }

 p { color: rgb(165,24,6); }

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

background-color css

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

 a { background-color: rgb(165,24,6); }

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

border-color css

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

 span { border-color: rgb(165,24,6); }

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