Html Css Color HEX #A0240F Fire Brick

📋 copy color: '#A0240F'

red 160 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #A0240F

Tints of Fire Brick #A0240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 75.83%
G = 17.06%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0240F (or 0xA0240F) is known color: Fire Brick. HEX triplet: A0, 24 and 0F. RGB value is (160,36,15). Sum of RGB (Red+Green+Blue) = 160+36+15=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0240F is #5FDBF0. Grayscale: #464646. Windows color (decimal): -6282225 or 992416. OLE color: 992416.

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

Color convert

RGB 160 36 15 -
CMYK 0 0.78 0.91 0.37
HSL 8.69º 0.83% 0.34% -
HSV(B) 8.69º 0.91% 0.63% -
XYZ 15.21 8.77 1.34 -
YUV 70.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 160 36 15 0 0.78 0.91 0.37 8.69 0.83 0.34
Hex A0 24 F 0 4E 5B 25 9 53 22
Octal 240 44 17 0 116 133 45 11 123 42
Binary 10100000 100100 1111 0 1001110 1011011 100101 1001 1010011 100010

Color Harmonies of #A0240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0240F

Black with #A0240F

Text Example


Text Example

White with #A0240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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