Html Css Color HEX #A42A15 Fire Brick

📋 copy color: '#A42A15'

red 164 ◦ green 42 ◦ blue 21

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

Shades of Fire Brick #A42A15

Tints of Fire Brick #A42A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 72.25%
G = 18.5%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A42A15 (or 0xA42A15) is known color: Fire Brick. HEX triplet: A4, 2A and 15. RGB value is (164,42,21). Sum of RGB (Red+Green+Blue) = 164+42+21=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A15 is #5BD5EA. Grayscale: #4C4C4C. Windows color (decimal): -6018539 or 1387172. OLE color: 1387172.

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

Color convert

RGB 164 42 21 -
CMYK 0 0.74 0.87 0.36
HSL 8.81º 0.77% 0.36% -
HSV(B) 8.81º 0.87% 0.64% -
XYZ 16.27 9.6 1.71 -
YUV 76.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 164 42 21 0 0.74 0.87 0.36 8.81 0.77 0.36
Hex A4 2A 15 0 4A 57 24 9 4D 24
Octal 244 52 25 0 112 127 44 11 115 44
Binary 10100100 101010 10101 0 1001010 1010111 100100 1001 1001101 100100

Color Harmonies of #A42A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A15

Black with #A42A15

Text Example


Text Example

White with #A42A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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