Html Css Color HEX #A51C18 Fire Brick

📋 copy color: '#A51C18'

red 165 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #A51C18

Tints of Fire Brick #A51C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 76.04%
G = 12.9%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A51C18 (or 0xA51C18) is known color: Fire Brick. HEX triplet: A5, 1C and 18. RGB value is (165,28,24). Sum of RGB (Red+Green+Blue) = 165+28+24=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51C18 is #5AE3E7. Grayscale: #444444. Windows color (decimal): -5956584 or 1580197. OLE color: 1580197.

HSL color Cylindrical-coordinate representation of color #A51C18: hue angle of 1.7º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51C18 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 28 24 -
CMYK 0 0.83 0.85 0.35
HSL 1.7º 0.75% 0.37% -
HSV(B) 1.7º 0.85% 0.65% -
XYZ 16.1 8.9 1.73 -
YUV 68.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 165 28 24 0 0.83 0.85 0.35 1.7 0.75 0.37
Hex A5 1C 18 0 53 55 23 2 4B 25
Octal 245 34 30 0 123 125 43 2 113 45
Binary 10100101 11100 11000 0 1010011 1010101 100011 10 1001011 100101

Color Harmonies of #A51C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C18

Black with #A51C18

Text Example


Text Example

White with #A51C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C18; }

 p { color: rgb(165,28,24); }

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

background-color css

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

 a { background-color: rgb(165,28,24); }

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

border-color css

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

 span { border-color: rgb(165,28,24); }

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