Html Css Color HEX #A91F1C Fire Brick

📋 copy color: '#A91F1C'

red 169 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #A91F1C

Tints of Fire Brick #A91F1C

RGB

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

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

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

R = 74.12%
G = 13.6%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A91F1C (or 0xA91F1C) is known color: Fire Brick. HEX triplet: A9, 1F and 1C. RGB value is (169,31,28). Sum of RGB (Red+Green+Blue) = 169+31+28=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F1C is #56E0E3. Grayscale: #484848. Windows color (decimal): -5693668 or 1843113. OLE color: 1843113.

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

Color convert

RGB 169 31 28 -
CMYK 0 0.82 0.83 0.34
HSL 1.28º 0.72% 0.39% -
HSV(B) 1.28º 0.83% 0.66% -
XYZ 17.06 9.5 2.03 -
YUV 71.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 169 31 28 0 0.82 0.83 0.34 1.28 0.72 0.39
Hex A9 1F 1C 0 52 53 22 1 48 27
Octal 251 37 34 0 122 123 42 1 110 47
Binary 10101001 11111 11100 0 1010010 1010011 100010 1 1001000 100111

Color Harmonies of #A91F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F1C

Black with #A91F1C

Text Example


Text Example

White with #A91F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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