Html Css Color HEX #A42519 Fire Brick

📋 copy color: '#A42519'

red 164 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #A42519

Tints of Fire Brick #A42519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 72.57%
G = 16.37%
B = 11.06%

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

#A42519 (or 0xA42519) is known color: Fire Brick. HEX triplet: A4, 25 and 19. RGB value is (164,37,25). Sum of RGB (Red+Green+Blue) = 164+37+25=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A42519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42519 is #5BDAE6. Grayscale: #494949. Windows color (decimal): -6019815 or 1648036. OLE color: 1648036.

HSL color Cylindrical-coordinate representation of color #A42519: hue angle of 5.18º 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 #A42519 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 25 -
CMYK 0 0.77 0.85 0.36
HSL 5.18º 0.74% 0.37% -
HSV(B) 5.18º 0.85% 0.64% -
XYZ 16.15 9.29 1.86 -
YUV 73.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 164 37 25 0 0.77 0.85 0.36 5.18 0.74 0.37
Hex A4 25 19 0 4D 55 24 5 4A 25
Octal 244 45 31 0 115 125 44 5 112 45
Binary 10100100 100101 11001 0 1001101 1010101 100100 101 1001010 100101

Color Harmonies of #A42519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42519

Black with #A42519

Text Example


Text Example

White with #A42519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42519; }

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

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

background-color css

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

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

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

border-color css

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

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

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