Html Css Color HEX #A91F0C Fire Brick

📋 copy color: '#A91F0C'

red 169 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #A91F0C

Tints of Fire Brick #A91F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

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

R = 79.72%
G = 14.62%
B = 5.66%

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

#A91F0C (or 0xA91F0C) is known color: Fire Brick. HEX triplet: A9, 1F and 0C. RGB value is (169,31,12). Sum of RGB (Red+Green+Blue) = 169+31+12=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91F0C is #56E0F3. Grayscale: #464646. Windows color (decimal): -5693684 or 794537. OLE color: 794537.

HSL color Cylindrical-coordinate representation of color #A91F0C: hue angle of 7.26º 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 #A91F0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 31 12 -
CMYK 0 0.82 0.93 0.34
HSL 7.26º 0.87% 0.35% -
HSV(B) 7.26º 0.93% 0.66% -
XYZ 16.92 9.44 1.28 -
YUV 70.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 169 31 12 0 0.82 0.93 0.34 7.26 0.87 0.35
Hex A9 1F C 0 52 5D 22 7 57 23
Octal 251 37 14 0 122 135 42 7 127 43
Binary 10101001 11111 1100 0 1010010 1011101 100010 111 1010111 100011

Color Harmonies of #A91F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F0C

Black with #A91F0C

Text Example


Text Example

White with #A91F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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