Html Css Color HEX #A92413 Fire Brick

📋 copy color: '#A92413'

red 169 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #A92413

Tints of Fire Brick #A92413

RGB

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

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

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

R = 75.45%
G = 16.07%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A92413 (or 0xA92413) is known color: Fire Brick. HEX triplet: A9, 24 and 13. RGB value is (169,36,19). Sum of RGB (Red+Green+Blue) = 169+36+19=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92413 is #56DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5692397 or 1254569. OLE color: 1254569.

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

Color convert

RGB 169 36 19 -
CMYK 0 0.79 0.89 0.34
HSL 6.8º 0.8% 0.37% -
HSV(B) 6.8º 0.89% 0.66% -
XYZ 17.11 9.74 1.6 -
YUV 73.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 169 36 19 0 0.79 0.89 0.34 6.8 0.8 0.37
Hex A9 24 13 0 4F 59 22 7 50 25
Octal 251 44 23 0 117 131 42 7 120 45
Binary 10101001 100100 10011 0 1001111 1011001 100010 111 1010000 100101

Color Harmonies of #A92413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92413

Black with #A92413

Text Example


Text Example

White with #A92413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92413; }

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

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

background-color css

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

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

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

border-color css

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

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

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