Html Css Color HEX #A9251C Fire Brick

📋 copy color: '#A9251C'

red 169 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #A9251C

Tints of Fire Brick #A9251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 72.22%
G = 15.81%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9251C (or 0xA9251C) is known color: Fire Brick. HEX triplet: A9, 25 and 1C. RGB value is (169,37,28). Sum of RGB (Red+Green+Blue) = 169+37+28=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9251C is #56DAE3. Grayscale: #4B4B4B. Windows color (decimal): -5692132 or 1844649. OLE color: 1844649.

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

Color convert

RGB 169 37 28 -
CMYK 0 0.78 0.83 0.34
HSL 3.83º 0.72% 0.39% -
HSV(B) 3.83º 0.83% 0.66% -
XYZ 17.23 9.84 2.09 -
YUV 75.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 169 37 28 0 0.78 0.83 0.34 3.83 0.72 0.39
Hex A9 25 1C 0 4E 53 22 4 48 27
Octal 251 45 34 0 116 123 42 4 110 47
Binary 10101001 100101 11100 0 1001110 1010011 100010 100 1001000 100111

Color Harmonies of #A9251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9251C

Black with #A9251C

Text Example


Text Example

White with #A9251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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