Html Css Color HEX #A92514 Fire Brick

📋 copy color: '#A92514'

red 169 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #A92514

Tints of Fire Brick #A92514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 74.78%
G = 16.37%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A92514 (or 0xA92514) is known color: Fire Brick. HEX triplet: A9, 25 and 14. RGB value is (169,37,20). Sum of RGB (Red+Green+Blue) = 169+37+20=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A92514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92514 is #56DAEB. Grayscale: #4A4A4A. Windows color (decimal): -5692140 or 1320361. OLE color: 1320361.

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

Color convert

RGB 169 37 20 -
CMYK 0 0.78 0.88 0.34
HSL 6.85º 0.79% 0.37% -
HSV(B) 6.85º 0.88% 0.66% -
XYZ 17.15 9.81 1.65 -
YUV 74.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 169 37 20 0 0.78 0.88 0.34 6.85 0.79 0.37
Hex A9 25 14 0 4E 58 22 7 4F 25
Octal 251 45 24 0 116 130 42 7 117 45
Binary 10101001 100101 10100 0 1001110 1011000 100010 111 1001111 100101

Color Harmonies of #A92514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92514

Black with #A92514

Text Example


Text Example

White with #A92514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92514; }

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

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

background-color css

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

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

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

border-color css

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

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

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