Html Css Color HEX #A82409 Fire Brick

📋 copy color: '#A82409'

red 168 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #A82409

Tints of Fire Brick #A82409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 78.87%
G = 16.9%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A82409 (or 0xA82409) is known color: Fire Brick. HEX triplet: A8, 24 and 09. RGB value is (168,36,9). Sum of RGB (Red+Green+Blue) = 168+36+9=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A82409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82409 is #57DBF6. Grayscale: #484848. Windows color (decimal): -5757943 or 599208. OLE color: 599208.

HSL color Cylindrical-coordinate representation of color #A82409: hue angle of 10.19º 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 #A82409 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 9 -
CMYK 0 0.79 0.95 0.34
HSL 10.19º 0.9% 0.35% -
HSV(B) 10.19º 0.95% 0.66% -
XYZ 16.83 9.61 1.23 -
YUV 72.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 168 36 9 0 0.79 0.95 0.34 10.19 0.9 0.35
Hex A8 24 9 0 4F 5F 22 A 5A 23
Octal 250 44 11 0 117 137 42 12 132 43
Binary 10101000 100100 1001 0 1001111 1011111 100010 1010 1011010 100011

Color Harmonies of #A82409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82409

Black with #A82409

Text Example


Text Example

White with #A82409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82409; }

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

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

background-color css

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

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

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

border-color css

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

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

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