Html Css Color HEX #A52411 Fire Brick

📋 copy color: '#A52411'

red 165 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #A52411

Tints of Fire Brick #A52411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 75.69%
G = 16.51%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52411 (or 0xA52411) is known color: Fire Brick. HEX triplet: A5, 24 and 11. RGB value is (165,36,17). Sum of RGB (Red+Green+Blue) = 165+36+17=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A52411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52411 is #5ADBEE. Grayscale: #484848. Windows color (decimal): -5954543 or 1123493. OLE color: 1123493.

HSL color Cylindrical-coordinate representation of color #A52411: hue angle of 7.7º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A52411 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 17 -
CMYK 0 0.78 0.90 0.35
HSL 7.7º 0.81% 0.36% -
HSV(B) 7.7º 0.9% 0.65% -
XYZ 16.25 9.3 1.47 -
YUV 72.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 165 36 17 0 0.78 0.90 0.35 7.7 0.81 0.36
Hex A5 24 11 0 4E 5A 23 8 51 24
Octal 245 44 21 0 116 132 43 10 121 44
Binary 10100101 100100 10001 0 1001110 1011010 100011 1000 1010001 100100

Color Harmonies of #A52411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52411

Black with #A52411

Text Example


Text Example

White with #A52411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52411; }

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

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

background-color css

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

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

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

border-color css

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

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

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