Html Css Color HEX #A02609 Fire Brick

📋 copy color: '#A02609'

red 160 ◦ green 38 ◦ blue 9

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

Shades of Fire Brick #A02609

Tints of Fire Brick #A02609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 77.29%
G = 18.36%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A02609 (or 0xA02609) is known color: Fire Brick. HEX triplet: A0, 26 and 09. RGB value is (160,38,9). Sum of RGB (Red+Green+Blue) = 160+38+9=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A02609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02609 is #5FD9F6. Grayscale: #474747. Windows color (decimal): -6281719 or 599712. OLE color: 599712.

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

Color convert

RGB 160 38 9 -
CMYK 0 0.76 0.94 0.37
HSL 11.52º 0.89% 0.33% -
HSV(B) 11.52º 0.94% 0.63% -
XYZ 15.24 8.88 1.17 -
YUV 71.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 160 38 9 0 0.76 0.94 0.37 11.52 0.89 0.33
Hex A0 26 9 0 4C 5E 25 C 59 21
Octal 240 46 11 0 114 136 45 14 131 41
Binary 10100000 100110 1001 0 1001100 1011110 100101 1100 1011001 100001

Color Harmonies of #A02609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02609

Black with #A02609

Text Example


Text Example

White with #A02609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02609; }

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

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

background-color css

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

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

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

border-color css

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

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

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