Html Css Color HEX #A51110 Fire Brick

📋 copy color: '#A51110'

red 165 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #A51110

Tints of Fire Brick #A51110

RGB

 RED value IS 165 (64.84% from 255) = 83.33%

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 83.33%
G = 8.59%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A51110 (or 0xA51110) is known color: Fire Brick. HEX triplet: A5, 11 and 10. RGB value is (165,17,16). Sum of RGB (Red+Green+Blue) = 165+17+16=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A51110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51110 is #5AEEEF. Grayscale: #3D3D3D. Windows color (decimal): -5959408 or 1053093. OLE color: 1053093.

HSL color Cylindrical-coordinate representation of color #A51110: hue angle of 0.4º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51110 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 16 -
CMYK 0 0.90 0.90 0.35
HSL 0.4º 0.82% 0.35% -
HSV(B) 0.4º 0.9% 0.65% -
XYZ 15.81 8.44 1.29 -
YUV 61.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 165 17 16 0 0.90 0.90 0.35 0.4 0.82 0.35
Hex A5 11 10 0 5A 5A 23 0 52 23
Octal 245 21 20 0 132 132 43 0 122 43
Binary 10100101 10001 10000 0 1011010 1011010 100011 0 1010010 100011

Color Harmonies of #A51110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51110

Black with #A51110

Text Example


Text Example

White with #A51110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51110; }

 p { color: rgb(165,17,16); }

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

background-color css

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

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

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

border-color css

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

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

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