Html Css Color HEX #A91010 Fire Brick

📋 copy color: '#A91010'

red 169 ◦ green 16 ◦ blue 16

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

Shades of Fire Brick #A91010

Tints of Fire Brick #A91010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 84.08%
G = 7.96%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A91010 (or 0xA91010) is known color: Fire Brick. HEX triplet: A9, 10 and 10. RGB value is (169,16,16). Sum of RGB (Red+Green+Blue) = 169+16+16=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A91010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91010 is #56EFEF. Grayscale: #3D3D3D. Windows color (decimal): -5697520 or 1052841. OLE color: 1052841.

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

Color convert

RGB 169 16 16 -
CMYK 0 0.91 0.91 0.34
HSL 0.83% 0.36% -
HSV(B) 0.91% 0.66% -
XYZ 16.64 8.84 1.32 -
YUV 61.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 169 16 16 0 0.91 0.91 0.34 0 0.83 0.36
Hex A9 10 10 0 5B 5B 22 0 53 24
Octal 251 20 20 0 133 133 42 0 123 44
Binary 10101001 10000 10000 0 1011011 1011011 100010 0 1010011 100100

Color Harmonies of #A91010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91010

Black with #A91010

Text Example


Text Example

White with #A91010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91010; }

 p { color: rgb(169,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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