Html Css Color HEX #A0280E Fire Brick

📋 copy color: '#A0280E'

red 160 ◦ green 40 ◦ blue 14

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

Shades of Fire Brick #A0280E

Tints of Fire Brick #A0280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 74.77%
G = 18.69%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0280E (or 0xA0280E) is known color: Fire Brick. HEX triplet: A0, 28 and 0E. RGB value is (160,40,14). Sum of RGB (Red+Green+Blue) = 160+40+14=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A0280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0280E is #5FD7F1. Grayscale: #494949. Windows color (decimal): -6281202 or 927904. OLE color: 927904.

HSL color Cylindrical-coordinate representation of color #A0280E: hue angle of 10.68º degrees, saturation: 0.84, 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 #A0280E is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 14 -
CMYK 0 0.75 0.91 0.37
HSL 10.68º 0.84% 0.34% -
HSV(B) 10.68º 0.91% 0.63% -
XYZ 15.34 9.02 1.35 -
YUV 72.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 160 40 14 0 0.75 0.91 0.37 10.68 0.84 0.34
Hex A0 28 E 0 4B 5B 25 B 54 22
Octal 240 50 16 0 113 133 45 13 124 42
Binary 10100000 101000 1110 0 1001011 1011011 100101 1011 1010100 100010

Color Harmonies of #A0280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0280E

Black with #A0280E

Text Example


Text Example

White with #A0280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0280E; }

 p { color: rgb(160,40,14); }

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

background-color css

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

 a { background-color: rgb(160,40,14); }

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

border-color css

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

 span { border-color: rgb(160,40,14); }

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