Html Css Color HEX #A51210 Fire Brick

📋 copy color: '#A51210'

red 165 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #A51210

Tints of Fire Brick #A51210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 82.91%
G = 9.05%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A51210 (or 0xA51210) is known color: Fire Brick. HEX triplet: A5, 12 and 10. RGB value is (165,18,16). Sum of RGB (Red+Green+Blue) = 165+18+16=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A51210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51210 is #5AEDEF. Grayscale: #3D3D3D. Windows color (decimal): -5959152 or 1053349. OLE color: 1053349.

HSL color Cylindrical-coordinate representation of color #A51210: hue angle of 0.81º 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 #A51210 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 16 -
CMYK 0 0.89 0.90 0.35
HSL 0.81º 0.82% 0.35% -
HSV(B) 0.81º 0.9% 0.65% -
XYZ 15.83 8.47 1.29 -
YUV 61.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 165 18 16 0 0.89 0.90 0.35 0.81 0.82 0.35
Hex A5 12 10 0 59 5A 23 1 52 23
Octal 245 22 20 0 131 132 43 1 122 43
Binary 10100101 10010 10000 0 1011001 1011010 100011 1 1010010 100011

Color Harmonies of #A51210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51210

Black with #A51210

Text Example


Text Example

White with #A51210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51210; }

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

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

background-color css

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

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

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

border-color css

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

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

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