Html Css Color HEX #A42415 Fire Brick

📋 copy color: '#A42415'

red 164 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #A42415

Tints of Fire Brick #A42415

RGB

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

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

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

R = 74.21%
G = 16.29%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A42415 (or 0xA42415) is known color: Fire Brick. HEX triplet: A4, 24 and 15. RGB value is (164,36,21). Sum of RGB (Red+Green+Blue) = 164+36+21=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A42415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42415 is #5BDBEA. Grayscale: #484848. Windows color (decimal): -6020075 or 1385636. OLE color: 1385636.

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

Color convert

RGB 164 36 21 -
CMYK 0 0.78 0.87 0.36
HSL 6.29º 0.77% 0.36% -
HSV(B) 6.29º 0.87% 0.64% -
XYZ 16.08 9.21 1.64 -
YUV 72.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 164 36 21 0 0.78 0.87 0.36 6.29 0.77 0.36
Hex A4 24 15 0 4E 57 24 6 4D 24
Octal 244 44 25 0 116 127 44 6 115 44
Binary 10100100 100100 10101 0 1001110 1010111 100100 110 1001101 100100

Color Harmonies of #A42415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42415

Black with #A42415

Text Example


Text Example

White with #A42415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42415; }

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

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

background-color css

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

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

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

border-color css

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

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

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