Html Css Color HEX #A51808 Fire Brick

📋 copy color: '#A51808'

red 165 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #A51808

Tints of Fire Brick #A51808

RGB

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

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

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

R = 83.76%
G = 12.18%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A51808 (or 0xA51808) is known color: Fire Brick. HEX triplet: A5, 18 and 08. RGB value is (165,24,8). Sum of RGB (Red+Green+Blue) = 165+24+8=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A51808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51808 is #5AE7F7. Grayscale: #404040. Windows color (decimal): -5957624 or 530597. OLE color: 530597.

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

Color convert

RGB 165 24 8 -
CMYK 0 0.85 0.95 0.35
HSL 6.11º 0.91% 0.34% -
HSV(B) 6.11º 0.95% 0.65% -
XYZ 15.89 8.67 1.07 -
YUV 64.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 165 24 8 0 0.85 0.95 0.35 6.11 0.91 0.34
Hex A5 18 8 0 55 5F 23 6 5B 22
Octal 245 30 10 0 125 137 43 6 133 42
Binary 10100101 11000 1000 0 1010101 1011111 100011 110 1011011 100010

Color Harmonies of #A51808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51808

Black with #A51808

Text Example


Text Example

White with #A51808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51808; }

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

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

background-color css

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

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

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

border-color css

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

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

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