Html Css Color HEX #A52308 Fire Brick

📋 copy color: '#A52308'

red 165 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #A52308

Tints of Fire Brick #A52308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 79.33%
G = 16.83%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A52308 (or 0xA52308) is known color: Fire Brick. HEX triplet: A5, 23 and 08. RGB value is (165,35,8). Sum of RGB (Red+Green+Blue) = 165+35+8=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A52308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52308 is #5ADCF7. Grayscale: #474747. Windows color (decimal): -5954808 or 533413. OLE color: 533413.

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

Color convert

RGB 165 35 8 -
CMYK 0 0.79 0.95 0.35
HSL 10.32º 0.91% 0.34% -
HSV(B) 10.32º 0.95% 0.65% -
XYZ 16.16 9.22 1.16 -
YUV 70.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 165 35 8 0 0.79 0.95 0.35 10.32 0.91 0.34
Hex A5 23 8 0 4F 5F 23 A 5B 22
Octal 245 43 10 0 117 137 43 12 133 42
Binary 10100101 100011 1000 0 1001111 1011111 100011 1010 1011011 100010

Color Harmonies of #A52308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52308

Black with #A52308

Text Example


Text Example

White with #A52308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52308; }

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

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

background-color css

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

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

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

border-color css

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

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

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