Html Css Color HEX #A51512 Fire Brick

📋 copy color: '#A51512'

red 165 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #A51512

Tints of Fire Brick #A51512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 18 (7.42% from 255) = 8.82%

R = 80.88%
G = 10.29%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A51512 (or 0xA51512) is known color: Fire Brick. HEX triplet: A5, 15 and 12. RGB value is (165,21,18). Sum of RGB (Red+Green+Blue) = 165+21+18=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A51512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51512 is #5AEAED. Grayscale: #3F3F3F. Windows color (decimal): -5958382 or 1185189. OLE color: 1185189.

HSL color Cylindrical-coordinate representation of color #A51512: hue angle of 1.22º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51512 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 18 -
CMYK 0 0.87 0.89 0.35
HSL 1.22º 0.8% 0.36% -
HSV(B) 1.22º 0.89% 0.65% -
XYZ 15.89 8.58 1.39 -
YUV 63.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 165 21 18 0 0.87 0.89 0.35 1.22 0.8 0.36
Hex A5 15 12 0 57 59 23 1 50 24
Octal 245 25 22 0 127 131 43 1 120 44
Binary 10100101 10101 10010 0 1010111 1011001 100011 1 1010000 100100

Color Harmonies of #A51512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51512

Black with #A51512

Text Example


Text Example

White with #A51512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51512; }

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

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

background-color css

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

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

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

border-color css

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

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

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