Html Css Color HEX #A5240C Fire Brick

📋 copy color: '#A5240C'

red 165 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #A5240C

Tints of Fire Brick #A5240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 77.46%
G = 16.9%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5240C (or 0xA5240C) is known color: Fire Brick. HEX triplet: A5, 24 and 0C. RGB value is (165,36,12). Sum of RGB (Red+Green+Blue) = 165+36+12=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A5240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5240C is #5ADBF3. Grayscale: #484848. Windows color (decimal): -5954548 or 795813. OLE color: 795813.

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

Color convert

RGB 165 36 12 -
CMYK 0 0.78 0.93 0.35
HSL 9.41º 0.86% 0.35% -
HSV(B) 9.41º 0.93% 0.65% -
XYZ 16.21 9.29 1.29 -
YUV 71.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 165 36 12 0 0.78 0.93 0.35 9.41 0.86 0.35
Hex A5 24 C 0 4E 5D 23 9 56 23
Octal 245 44 14 0 116 135 43 11 126 43
Binary 10100101 100100 1100 0 1001110 1011101 100011 1001 1010110 100011

Color Harmonies of #A5240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5240C

Black with #A5240C

Text Example


Text Example

White with #A5240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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