Html Css Color HEX #A52508 Fire Brick

📋 copy color: '#A52508'

red 165 ◦ green 37 ◦ blue 8

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

Shades of Fire Brick #A52508

Tints of Fire Brick #A52508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 78.57%
G = 17.62%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A52508 (or 0xA52508) is known color: Fire Brick. HEX triplet: A5, 25 and 08. RGB value is (165,37,8). Sum of RGB (Red+Green+Blue) = 165+37+8=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A52508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52508 is #5ADAF7. Grayscale: #484848. Windows color (decimal): -5954296 or 533925. OLE color: 533925.

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

Color convert

RGB 165 37 8 -
CMYK 0 0.78 0.95 0.35
HSL 11.08º 0.91% 0.34% -
HSV(B) 11.08º 0.95% 0.65% -
XYZ 16.22 9.34 1.18 -
YUV 71.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 165 37 8 0 0.78 0.95 0.35 11.08 0.91 0.34
Hex A5 25 8 0 4E 5F 23 B 5B 22
Octal 245 45 10 0 116 137 43 13 133 42
Binary 10100101 100101 1000 0 1001110 1011111 100011 1011 1011011 100010

Color Harmonies of #A52508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52508

Black with #A52508

Text Example


Text Example

White with #A52508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52508; }

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

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

background-color css

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

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

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

border-color css

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

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

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