Html Css Color HEX #A42815 Fire Brick

📋 copy color: '#A42815'

red 164 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #A42815

Tints of Fire Brick #A42815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 72.89%
G = 17.78%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A42815 (or 0xA42815) is known color: Fire Brick. HEX triplet: A4, 28 and 15. RGB value is (164,40,21). Sum of RGB (Red+Green+Blue) = 164+40+21=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42815 is #5BD7EA. Grayscale: #4B4B4B. Windows color (decimal): -6019051 or 1386660. OLE color: 1386660.

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

Color convert

RGB 164 40 21 -
CMYK 0 0.76 0.87 0.36
HSL 7.97º 0.77% 0.36% -
HSV(B) 7.97º 0.87% 0.64% -
XYZ 16.2 9.46 1.68 -
YUV 74.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 164 40 21 0 0.76 0.87 0.36 7.97 0.77 0.36
Hex A4 28 15 0 4C 57 24 8 4D 24
Octal 244 50 25 0 114 127 44 10 115 44
Binary 10100100 101000 10101 0 1001100 1010111 100100 1000 1001101 100100

Color Harmonies of #A42815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42815

Black with #A42815

Text Example


Text Example

White with #A42815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42815; }

 p { color: rgb(164,40,21); }

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

background-color css

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

 a { background-color: rgb(164,40,21); }

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

border-color css

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

 span { border-color: rgb(164,40,21); }

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