Html Css Color HEX #A52413 Fire Brick

📋 copy color: '#A52413'

red 165 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #A52413

Tints of Fire Brick #A52413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 75%
G = 16.36%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A52413 (or 0xA52413) is known color: Fire Brick. HEX triplet: A5, 24 and 13. RGB value is (165,36,19). Sum of RGB (Red+Green+Blue) = 165+36+19=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A52413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52413 is #5ADBEC. Grayscale: #484848. Windows color (decimal): -5954541 or 1254565. OLE color: 1254565.

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

Color convert

RGB 165 36 19 -
CMYK 0 0.78 0.88 0.35
HSL 6.99º 0.79% 0.36% -
HSV(B) 6.99º 0.88% 0.65% -
XYZ 16.27 9.31 1.56 -
YUV 72.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 165 36 19 0 0.78 0.88 0.35 6.99 0.79 0.36
Hex A5 24 13 0 4E 58 23 7 4F 24
Octal 245 44 23 0 116 130 43 7 117 44
Binary 10100101 100100 10011 0 1001110 1011000 100011 111 1001111 100100

Color Harmonies of #A52413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52413

Black with #A52413

Text Example


Text Example

White with #A52413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52413; }

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

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

background-color css

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

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

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

border-color css

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

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

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