Html Css Color HEX #A92509 Fire Brick

📋 copy color: '#A92509'

red 169 ◦ green 37 ◦ blue 9

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

Shades of Fire Brick #A92509

Tints of Fire Brick #A92509

RGB

 RED value IS 169 (66.41% from 255) = 78.6%

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 78.6%
G = 17.21%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A92509 (or 0xA92509) is known color: Fire Brick. HEX triplet: A9, 25 and 09. RGB value is (169,37,9). Sum of RGB (Red+Green+Blue) = 169+37+9=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A92509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92509 is #56DAF6. Grayscale: #494949. Windows color (decimal): -5692151 or 599465. OLE color: 599465.

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

Color convert

RGB 169 37 9 -
CMYK 0 0.78 0.95 0.34
HSL 10.5º 0.9% 0.35% -
HSV(B) 10.5º 0.95% 0.66% -
XYZ 17.07 9.78 1.25 -
YUV 73.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 169 37 9 0 0.78 0.95 0.34 10.5 0.9 0.35
Hex A9 25 9 0 4E 5F 22 A 5A 23
Octal 251 45 11 0 116 137 42 12 132 43
Binary 10101001 100101 1001 0 1001110 1011111 100010 1010 1011010 100011

Color Harmonies of #A92509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92509

Black with #A92509

Text Example


Text Example

White with #A92509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92509; }

 p { color: rgb(169,37,9); }

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

background-color css

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

 a { background-color: rgb(169,37,9); }

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

border-color css

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

 span { border-color: rgb(169,37,9); }

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