Html Css Color HEX #A02611 Fire Brick

📋 copy color: '#A02611'

red 160 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #A02611

Tints of Fire Brick #A02611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 74.42%
G = 17.67%
B = 7.91%

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

#A02611 (or 0xA02611) is known color: Fire Brick. HEX triplet: A0, 26 and 11. RGB value is (160,38,17). Sum of RGB (Red+Green+Blue) = 160+38+17=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02611 is #5FD9EE. Grayscale: #484848. Windows color (decimal): -6281711 or 1124000. OLE color: 1124000.

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

Color convert

RGB 160 38 17 -
CMYK 0 0.76 0.89 0.37
HSL 8.81º 0.81% 0.35% -
HSV(B) 8.81º 0.89% 0.63% -
XYZ 15.29 8.9 1.44 -
YUV 72.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 160 38 17 0 0.76 0.89 0.37 8.81 0.81 0.35
Hex A0 26 11 0 4C 59 25 9 51 23
Octal 240 46 21 0 114 131 45 11 121 43
Binary 10100000 100110 10001 0 1001100 1011001 100101 1001 1010001 100011

Color Harmonies of #A02611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02611

Black with #A02611

Text Example


Text Example

White with #A02611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02611; }

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

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

background-color css

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

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

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

border-color css

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

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

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