Html Css Color HEX #A82709 Fire Brick

📋 copy color: '#A82709'

red 168 ◦ green 39 ◦ blue 9

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

Shades of Fire Brick #A82709

Tints of Fire Brick #A82709

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

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

R = 77.78%
G = 18.06%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A82709 (or 0xA82709) is known color: Fire Brick. HEX triplet: A8, 27 and 09. RGB value is (168,39,9). Sum of RGB (Red+Green+Blue) = 168+39+9=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A82709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82709 is #57D8F6. Grayscale: #4A4A4A. Windows color (decimal): -5757175 or 599976. OLE color: 599976.

HSL color Cylindrical-coordinate representation of color #A82709: hue angle of 11.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82709 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 9 -
CMYK 0 0.77 0.95 0.34
HSL 11.32º 0.9% 0.35% -
HSV(B) 11.32º 0.95% 0.66% -
XYZ 16.92 9.8 1.26 -
YUV 74.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 168 39 9 0 0.77 0.95 0.34 11.32 0.9 0.35
Hex A8 27 9 0 4D 5F 22 B 5A 23
Octal 250 47 11 0 115 137 42 13 132 43
Binary 10101000 100111 1001 0 1001101 1011111 100010 1011 1011010 100011

Color Harmonies of #A82709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82709

Black with #A82709

Text Example


Text Example

White with #A82709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82709; }

 p { color: rgb(168,39,9); }

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

background-color css

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

 a { background-color: rgb(168,39,9); }

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

border-color css

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

 span { border-color: rgb(168,39,9); }

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