Html Css Color HEX #A51A07 Fire Brick

📋 copy color: '#A51A07'

red 165 ◦ green 26 ◦ blue 7

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

Shades of Fire Brick #A51A07

Tints of Fire Brick #A51A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 83.33%
G = 13.13%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A51A07 (or 0xA51A07) is known color: Fire Brick. HEX triplet: A5, 1A and 07. RGB value is (165,26,7). Sum of RGB (Red+Green+Blue) = 165+26+7=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A07 is #5AE5F8. Grayscale: #414141. Windows color (decimal): -5957113 or 465573. OLE color: 465573.

HSL color Cylindrical-coordinate representation of color #A51A07: hue angle of 7.22º degrees, saturation: 0.92, 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 #A51A07 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 7 -
CMYK 0 0.84 0.96 0.35
HSL 7.22º 0.92% 0.34% -
HSV(B) 7.22º 0.96% 0.65% -
XYZ 15.92 8.75 1.05 -
YUV 65.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 165 26 7 0 0.84 0.96 0.35 7.22 0.92 0.34
Hex A5 1A 7 0 54 60 23 7 5C 22
Octal 245 32 7 0 124 140 43 7 134 42
Binary 10100101 11010 111 0 1010100 1100000 100011 111 1011100 100010

Color Harmonies of #A51A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A07

Black with #A51A07

Text Example


Text Example

White with #A51A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A07; }

 p { color: rgb(165,26,7); }

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

background-color css

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

 a { background-color: rgb(165,26,7); }

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

border-color css

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

 span { border-color: rgb(165,26,7); }

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