Html Css Color HEX #A51E05 Fire Brick

📋 copy color: '#A51E05'

red 165 ◦ green 30 ◦ blue 5

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

Shades of Fire Brick #A51E05

Tints of Fire Brick #A51E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

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

R = 82.5%
G = 15%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A51E05 (or 0xA51E05) is known color: Fire Brick. HEX triplet: A5, 1E and 05. RGB value is (165,30,5). Sum of RGB (Red+Green+Blue) = 165+30+5=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E05 is #5AE1FA. Grayscale: #434343. Windows color (decimal): -5956091 or 335525. OLE color: 335525.

HSL color Cylindrical-coordinate representation of color #A51E05: hue angle of 9.38º 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 #A51E05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 5 -
CMYK 0 0.82 0.97 0.35
HSL 9.38º 0.94% 0.33% -
HSV(B) 9.38º 0.97% 0.65% -
XYZ 16.01 8.94 1.03 -
YUV 67.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 165 30 5 0 0.82 0.97 0.35 9.38 0.94 0.33
Hex A5 1E 5 0 52 61 23 9 5E 21
Octal 245 36 5 0 122 141 43 11 136 41
Binary 10100101 11110 101 0 1010010 1100001 100011 1001 1011110 100001

Color Harmonies of #A51E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E05

Black with #A51E05

Text Example


Text Example

White with #A51E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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