Html Css Color HEX #A9201B Fire Brick

📋 copy color: '#A9201B'

red 169 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #A9201B

Tints of Fire Brick #A9201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 74.12%
G = 14.04%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A9201B (or 0xA9201B) is known color: Fire Brick. HEX triplet: A9, 20 and 1B. RGB value is (169,32,27). Sum of RGB (Red+Green+Blue) = 169+32+27=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A9201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9201B is #56DFE4. Grayscale: #484848. Windows color (decimal): -5693413 or 1777833. OLE color: 1777833.

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

Color convert

RGB 169 32 27 -
CMYK 0 0.81 0.84 0.34
HSL 2.11º 0.72% 0.38% -
HSV(B) 2.11º 0.84% 0.66% -
XYZ 17.08 9.55 1.98 -
YUV 72.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 169 32 27 0 0.81 0.84 0.34 2.11 0.72 0.38
Hex A9 20 1B 0 51 54 22 2 48 26
Octal 251 40 33 0 121 124 42 2 110 46
Binary 10101001 100000 11011 0 1010001 1010100 100010 10 1001000 100110

Color Harmonies of #A9201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9201B

Black with #A9201B

Text Example


Text Example

White with #A9201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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