Html Css Color HEX #A92D13 Fire Brick

📋 copy color: '#A92D13'

red 169 ◦ green 45 ◦ blue 19

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

Shades of Fire Brick #A92D13

Tints of Fire Brick #A92D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 72.53%
G = 19.31%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A92D13 (or 0xA92D13) is known color: Fire Brick. HEX triplet: A9, 2D and 13. RGB value is (169,45,19). Sum of RGB (Red+Green+Blue) = 169+45+19=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D13 is #56D2EC. Grayscale: #4F4F4F. Windows color (decimal): -5690093 or 1256873. OLE color: 1256873.

HSL color Cylindrical-coordinate representation of color #A92D13: hue angle of 10.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A92D13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 45 19 -
CMYK 0 0.73 0.89 0.34
HSL 10.4º 0.8% 0.37% -
HSV(B) 10.4º 0.89% 0.66% -
XYZ 17.42 10.36 1.7 -
YUV 79.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 169 45 19 0 0.73 0.89 0.34 10.4 0.8 0.37
Hex A9 2D 13 0 49 59 22 A 50 25
Octal 251 55 23 0 111 131 42 12 120 45
Binary 10101001 101101 10011 0 1001001 1011001 100010 1010 1010000 100101

Color Harmonies of #A92D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D13

Black with #A92D13

Text Example


Text Example

White with #A92D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D13; }

 p { color: rgb(169,45,19); }

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

background-color css

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

 a { background-color: rgb(169,45,19); }

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

border-color css

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

 span { border-color: rgb(169,45,19); }

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