Html Css Color HEX #A91E00 Fire Brick

📋 copy color: '#A91E00'

red 169 ◦ green 30 ◦ blue 0

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

Shades of Fire Brick #A91E00

Tints of Fire Brick #A91E00

RGB

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

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

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

R = 84.92%
G = 15.08%
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

#A91E00 (or 0xA91E00) is known color: Fire Brick. HEX triplet: A9, 1E and 00. RGB value is (169,30,0). Sum of RGB (Red+Green+Blue) = 169+30+0=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E00 is #56E1FF. Grayscale: #444444. Windows color (decimal): -5693952 or 7849. OLE color: 7849.

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

Color convert

RGB 169 30 0 -
CMYK 0 0.82 1 0.34
HSL 10.65º 1% 0.33% -
HSV(B) 10.65º 1% 0.66% -
XYZ 16.83 9.36 0.92 -
YUV 68.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 169 30 0 0 0.82 1 0.34 10.65 1 0.33
Hex A9 1E 0 0 52 64 22 B 64 21
Octal 251 36 0 0 122 144 42 13 144 41
Binary 10101001 11110 0 0 1010010 1100100 100010 1011 1100100 100001

Color Harmonies of #A91E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E00

Black with #A91E00

Text Example


Text Example

White with #A91E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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