Html Css Color HEX #A51E15 Fire Brick

📋 copy color: '#A51E15'

red 165 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #A51E15

Tints of Fire Brick #A51E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 76.39%
G = 13.89%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A51E15 (or 0xA51E15) is known color: Fire Brick. HEX triplet: A5, 1E and 15. RGB value is (165,30,21). Sum of RGB (Red+Green+Blue) = 165+30+21=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E15 is #5AE1EA. Grayscale: #454545. Windows color (decimal): -5956075 or 1384101. OLE color: 1384101.

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

Color convert

RGB 165 30 21 -
CMYK 0 0.82 0.87 0.35
HSL 3.75º 0.77% 0.36% -
HSV(B) 3.75º 0.87% 0.65% -
XYZ 16.12 8.98 1.59 -
YUV 69.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 165 30 21 0 0.82 0.87 0.35 3.75 0.77 0.36
Hex A5 1E 15 0 52 57 23 4 4D 24
Octal 245 36 25 0 122 127 43 4 115 44
Binary 10100101 11110 10101 0 1010010 1010111 100011 100 1001101 100100

Color Harmonies of #A51E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E15

Black with #A51E15

Text Example


Text Example

White with #A51E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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