Html Css Color HEX #A52D13 Fire Brick

📋 copy color: '#A52D13'

red 165 ◦ green 45 ◦ blue 19

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

Shades of Fire Brick #A52D13

Tints of Fire Brick #A52D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 72.05%
G = 19.65%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A52D13 (or 0xA52D13) is known color: Fire Brick. HEX triplet: A5, 2D and 13. RGB value is (165,45,19). Sum of RGB (Red+Green+Blue) = 165+45+19=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D13 is #5AD2EC. Grayscale: #4E4E4E. Windows color (decimal): -5952237 or 1256869. OLE color: 1256869.

HSL color Cylindrical-coordinate representation of color #A52D13: hue angle of 10.68º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A52D13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 19 -
CMYK 0 0.73 0.88 0.35
HSL 10.68º 0.79% 0.36% -
HSV(B) 10.68º 0.88% 0.65% -
XYZ 16.57 9.92 1.66 -
YUV 77.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 165 45 19 0 0.73 0.88 0.35 10.68 0.79 0.36
Hex A5 2D 13 0 49 58 23 B 4F 24
Octal 245 55 23 0 111 130 43 13 117 44
Binary 10100101 101101 10011 0 1001001 1011000 100011 1011 1001111 100100

Color Harmonies of #A52D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D13

Black with #A52D13

Text Example


Text Example

White with #A52D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D13; }

 p { color: rgb(165,45,19); }

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

background-color css

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

 a { background-color: rgb(165,45,19); }

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

border-color css

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

 span { border-color: rgb(165,45,19); }

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