Html Css Color HEX #A51805 Fire Brick

📋 copy color: '#A51805'

red 165 ◦ green 24 ◦ blue 5

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

Shades of Fire Brick #A51805

Tints of Fire Brick #A51805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 85.05%
G = 12.37%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A51805 (or 0xA51805) is known color: Fire Brick. HEX triplet: A5, 18 and 05. RGB value is (165,24,5). Sum of RGB (Red+Green+Blue) = 165+24+5=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A51805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51805 is #5AE7FA. Grayscale: #404040. Windows color (decimal): -5957627 or 333989. OLE color: 333989.

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

Color convert

RGB 165 24 5 -
CMYK 0 0.85 0.97 0.35
HSL 7.13º 0.94% 0.33% -
HSV(B) 7.13º 0.97% 0.65% -
XYZ 15.87 8.66 0.98 -
YUV 63.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 165 24 5 0 0.85 0.97 0.35 7.13 0.94 0.33
Hex A5 18 5 0 55 61 23 7 5E 21
Octal 245 30 5 0 125 141 43 7 136 41
Binary 10100101 11000 101 0 1010101 1100001 100011 111 1011110 100001

Color Harmonies of #A51805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51805

Black with #A51805

Text Example


Text Example

White with #A51805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51805; }

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

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

background-color css

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

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

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

border-color css

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

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

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