Html Css Color HEX #A92015 Fire Brick

📋 copy color: '#A92015'

red 169 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #A92015

Tints of Fire Brick #A92015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 76.13%
G = 14.41%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A92015 (or 0xA92015) is known color: Fire Brick. HEX triplet: A9, 20 and 15. RGB value is (169,32,21). Sum of RGB (Red+Green+Blue) = 169+32+21=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A92015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92015 is #56DFEA. Grayscale: #474747. Windows color (decimal): -5693419 or 1384617. OLE color: 1384617.

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

Color convert

RGB 169 32 21 -
CMYK 0 0.81 0.88 0.34
HSL 4.46º 0.78% 0.37% -
HSV(B) 4.46º 0.88% 0.66% -
XYZ 17.01 9.52 1.65 -
YUV 71.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 169 32 21 0 0.81 0.88 0.34 4.46 0.78 0.37
Hex A9 20 15 0 51 58 22 4 4E 25
Octal 251 40 25 0 121 130 42 4 116 45
Binary 10101001 100000 10101 0 1010001 1011000 100010 100 1001110 100101

Color Harmonies of #A92015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92015

Black with #A92015

Text Example


Text Example

White with #A92015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92015; }

 p { color: rgb(169,32,21); }

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

background-color css

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

 a { background-color: rgb(169,32,21); }

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

border-color css

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

 span { border-color: rgb(169,32,21); }

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