Html Css Color HEX #A42518 Fire Brick

📋 copy color: '#A42518'

red 164 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #A42518

Tints of Fire Brick #A42518

RGB

 RED value IS 164 (64.45% from 255) = 72.89%

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 72.89%
G = 16.44%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A42518 (or 0xA42518) is known color: Fire Brick. HEX triplet: A4, 25 and 18. RGB value is (164,37,24). Sum of RGB (Red+Green+Blue) = 164+37+24=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42518 is #5BDAE7. Grayscale: #494949. Windows color (decimal): -6019816 or 1582500. OLE color: 1582500.

HSL color Cylindrical-coordinate representation of color #A42518: hue angle of 5.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42518 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 24 -
CMYK 0 0.77 0.85 0.36
HSL 5.57º 0.74% 0.37% -
HSV(B) 5.57º 0.85% 0.64% -
XYZ 16.14 9.28 1.81 -
YUV 73.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 164 37 24 0 0.77 0.85 0.36 5.57 0.74 0.37
Hex A4 25 18 0 4D 55 24 6 4A 25
Octal 244 45 30 0 115 125 44 6 112 45
Binary 10100100 100101 11000 0 1001101 1010101 100100 110 1001010 100101

Color Harmonies of #A42518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42518

Black with #A42518

Text Example


Text Example

White with #A42518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42518; }

 p { color: rgb(164,37,24); }

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

background-color css

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

 a { background-color: rgb(164,37,24); }

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

border-color css

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

 span { border-color: rgb(164,37,24); }

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