Html Css Color HEX #A0240C Fire Brick

📋 copy color: '#A0240C'

red 160 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #A0240C

Tints of Fire Brick #A0240C

RGB

 RED value IS 160 (62.89% from 255) = 76.92%

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

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

R = 76.92%
G = 17.31%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0240C (or 0xA0240C) is known color: Fire Brick. HEX triplet: A0, 24 and 0C. RGB value is (160,36,12). Sum of RGB (Red+Green+Blue) = 160+36+12=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0240C is #5FDBF3. Grayscale: #464646. Windows color (decimal): -6282228 or 795808. OLE color: 795808.

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

Color convert

RGB 160 36 12 -
CMYK 0 0.78 0.93 0.37
HSL 9.73º 0.86% 0.34% -
HSV(B) 9.73º 0.93% 0.63% -
XYZ 15.19 8.76 1.24 -
YUV 70.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 160 36 12 0 0.78 0.93 0.37 9.73 0.86 0.34
Hex A0 24 C 0 4E 5D 25 A 56 22
Octal 240 44 14 0 116 135 45 12 126 42
Binary 10100000 100100 1100 0 1001110 1011101 100101 1010 1010110 100010

Color Harmonies of #A0240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0240C

Black with #A0240C

Text Example


Text Example

White with #A0240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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