Html Css Color HEX #A91F00 Fire Brick

📋 copy color: '#A91F00'

red 169 ◦ green 31 ◦ blue 0

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

Shades of Fire Brick #A91F00

Tints of Fire Brick #A91F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.5%
G = 15.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A91F00 (or 0xA91F00) is known color: Fire Brick. HEX triplet: A9, 1F and 00. RGB value is (169,31,0). Sum of RGB (Red+Green+Blue) = 169+31+0=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91F00 is #56E0FF. Grayscale: #444444. Windows color (decimal): -5693696 or 8105. OLE color: 8105.

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

Color convert

RGB 169 31 0 -
CMYK 0 0.82 1 0.34
HSL 11.01º 1% 0.33% -
HSV(B) 11.01º 1% 0.66% -
XYZ 16.85 9.41 0.93 -
YUV 68.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 169 31 0 0 0.82 1 0.34 11.01 1 0.33
Hex A9 1F 0 0 52 64 22 B 64 21
Octal 251 37 0 0 122 144 42 13 144 41
Binary 10101001 11111 0 0 1010010 1100100 100010 1011 1100100 100001

Color Harmonies of #A91F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F00

Black with #A91F00

Text Example


Text Example

White with #A91F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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