Html Css Color HEX #A91E0C Fire Brick

📋 copy color: '#A91E0C'

red 169 ◦ green 30 ◦ blue 12

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

Shades of Fire Brick #A91E0C

Tints of Fire Brick #A91E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 80.09%
G = 14.22%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A91E0C (or 0xA91E0C) is known color: Fire Brick. HEX triplet: A9, 1E and 0C. RGB value is (169,30,12). Sum of RGB (Red+Green+Blue) = 169+30+12=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E0C is #56E1F3. Grayscale: #454545. Windows color (decimal): -5693940 or 794281. OLE color: 794281.

HSL color Cylindrical-coordinate representation of color #A91E0C: hue angle of 6.88º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A91E0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 30 12 -
CMYK 0 0.82 0.93 0.34
HSL 6.88º 0.87% 0.35% -
HSV(B) 6.88º 0.93% 0.66% -
XYZ 16.89 9.39 1.27 -
YUV 69.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 169 30 12 0 0.82 0.93 0.34 6.88 0.87 0.35
Hex A9 1E C 0 52 5D 22 7 57 23
Octal 251 36 14 0 122 135 42 7 127 43
Binary 10101001 11110 1100 0 1010010 1011101 100010 111 1010111 100011

Color Harmonies of #A91E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E0C

Black with #A91E0C

Text Example


Text Example

White with #A91E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E0C; }

 p { color: rgb(169,30,12); }

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

background-color css

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

 a { background-color: rgb(169,30,12); }

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

border-color css

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

 span { border-color: rgb(169,30,12); }

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