Html Css Color HEX #A01E0E Fire Brick

📋 copy color: '#A01E0E'

red 160 ◦ green 30 ◦ blue 14

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

Shades of Fire Brick #A01E0E

Tints of Fire Brick #A01E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 78.43%
G = 14.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A01E0E (or 0xA01E0E) is known color: Fire Brick. HEX triplet: A0, 1E and 0E. RGB value is (160,30,14). Sum of RGB (Red+Green+Blue) = 160+30+14=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0E is #5FE1F1. Grayscale: #434343. Windows color (decimal): -6283762 or 925344. OLE color: 925344.

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

Color convert

RGB 160 30 14 -
CMYK 0 0.81 0.91 0.37
HSL 6.58º 0.84% 0.34% -
HSV(B) 6.58º 0.91% 0.63% -
XYZ 15.04 8.43 1.25 -
YUV 67.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 160 30 14 0 0.81 0.91 0.37 6.58 0.84 0.34
Hex A0 1E E 0 51 5B 25 7 54 22
Octal 240 36 16 0 121 133 45 7 124 42
Binary 10100000 11110 1110 0 1010001 1011011 100101 111 1010100 100010

Color Harmonies of #A01E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E0E

Black with #A01E0E

Text Example


Text Example

White with #A01E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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