Html Css Color HEX #A42419 Fire Brick

📋 copy color: '#A42419'

red 164 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #A42419

Tints of Fire Brick #A42419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

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

R = 72.89%
G = 16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A42419 (or 0xA42419) is known color: Fire Brick. HEX triplet: A4, 24 and 19. RGB value is (164,36,25). Sum of RGB (Red+Green+Blue) = 164+36+25=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42419 is #5BDBE6. Grayscale: #494949. Windows color (decimal): -6020071 or 1647780. OLE color: 1647780.

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

Color convert

RGB 164 36 25 -
CMYK 0 0.78 0.85 0.36
HSL 4.75º 0.74% 0.37% -
HSV(B) 4.75º 0.85% 0.64% -
XYZ 16.12 9.22 1.85 -
YUV 73.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 164 36 25 0 0.78 0.85 0.36 4.75 0.74 0.37
Hex A4 24 19 0 4E 55 24 5 4A 25
Octal 244 44 31 0 116 125 44 5 112 45
Binary 10100100 100100 11001 0 1001110 1010101 100100 101 1001010 100101

Color Harmonies of #A42419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42419

Black with #A42419

Text Example


Text Example

White with #A42419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42419; }

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

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

background-color css

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

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

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

border-color css

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

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

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