Html Css Color HEX #A02711 Fire Brick

📋 copy color: '#A02711'

red 160 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #A02711

Tints of Fire Brick #A02711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 74.07%
G = 18.06%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02711 (or 0xA02711) is known color: Fire Brick. HEX triplet: A0, 27 and 11. RGB value is (160,39,17). Sum of RGB (Red+Green+Blue) = 160+39+17=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A02711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02711 is #5FD8EE. Grayscale: #484848. Windows color (decimal): -6281455 or 1124256. OLE color: 1124256.

HSL color Cylindrical-coordinate representation of color #A02711: hue angle of 9.23º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02711 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 39 17 -
CMYK 0 0.76 0.89 0.37
HSL 9.23º 0.81% 0.35% -
HSV(B) 9.23º 0.89% 0.63% -
XYZ 15.32 8.97 1.45 -
YUV 72.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 160 39 17 0 0.76 0.89 0.37 9.23 0.81 0.35
Hex A0 27 11 0 4C 59 25 9 51 23
Octal 240 47 21 0 114 131 45 11 121 43
Binary 10100000 100111 10001 0 1001100 1011001 100101 1001 1010001 100011

Color Harmonies of #A02711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02711

Black with #A02711

Text Example


Text Example

White with #A02711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02711; }

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

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

background-color css

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

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

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

border-color css

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

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

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