Html Css Color HEX #A51A08 Fire Brick

📋 copy color: '#A51A08'

red 165 ◦ green 26 ◦ blue 8

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

Shades of Fire Brick #A51A08

Tints of Fire Brick #A51A08

RGB

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

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

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

R = 82.91%
G = 13.07%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A51A08 (or 0xA51A08) is known color: Fire Brick. HEX triplet: A5, 1A and 08. RGB value is (165,26,8). Sum of RGB (Red+Green+Blue) = 165+26+8=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A08 is #5AE5F7. Grayscale: #414141. Windows color (decimal): -5957112 or 531109. OLE color: 531109.

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

Color convert

RGB 165 26 8 -
CMYK 0 0.84 0.95 0.35
HSL 6.88º 0.91% 0.34% -
HSV(B) 6.88º 0.95% 0.65% -
XYZ 15.93 8.76 1.08 -
YUV 65.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 165 26 8 0 0.84 0.95 0.35 6.88 0.91 0.34
Hex A5 1A 8 0 54 5F 23 7 5B 22
Octal 245 32 10 0 124 137 43 7 133 42
Binary 10100101 11010 1000 0 1010100 1011111 100011 111 1011011 100010

Color Harmonies of #A51A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A08

Black with #A51A08

Text Example


Text Example

White with #A51A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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