Html Css Color HEX #A0270E Fire Brick

📋 copy color: '#A0270E'

red 160 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #A0270E

Tints of Fire Brick #A0270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 75.12%
G = 18.31%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0270E (or 0xA0270E) is known color: Fire Brick. HEX triplet: A0, 27 and 0E. RGB value is (160,39,14). Sum of RGB (Red+Green+Blue) = 160+39+14=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0270E is #5FD8F1. Grayscale: #484848. Windows color (decimal): -6281458 or 927648. OLE color: 927648.

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

Color convert

RGB 160 39 14 -
CMYK 0 0.76 0.91 0.37
HSL 10.27º 0.84% 0.34% -
HSV(B) 10.27º 0.91% 0.63% -
XYZ 15.3 8.96 1.34 -
YUV 72.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 160 39 14 0 0.76 0.91 0.37 10.27 0.84 0.34
Hex A0 27 E 0 4C 5B 25 A 54 22
Octal 240 47 16 0 114 133 45 12 124 42
Binary 10100000 100111 1110 0 1001100 1011011 100101 1010 1010100 100010

Color Harmonies of #A0270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0270E

Black with #A0270E

Text Example


Text Example

White with #A0270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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