Html Css Color HEX #A42015 Fire Brick

📋 copy color: '#A42015'

red 164 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #A42015

Tints of Fire Brick #A42015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 75.58%
G = 14.75%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A42015 (or 0xA42015) is known color: Fire Brick. HEX triplet: A4, 20 and 15. RGB value is (164,32,21). Sum of RGB (Red+Green+Blue) = 164+32+21=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A42015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42015 is #5BDFEA. Grayscale: #464646. Windows color (decimal): -6021099 or 1384612. OLE color: 1384612.

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

Color convert

RGB 164 32 21 -
CMYK 0 0.80 0.87 0.36
HSL 4.62º 0.77% 0.36% -
HSV(B) 4.62º 0.87% 0.64% -
XYZ 15.96 8.98 1.6 -
YUV 70.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 164 32 21 0 0.80 0.87 0.36 4.62 0.77 0.36
Hex A4 20 15 0 50 57 24 5 4D 24
Octal 244 40 25 0 120 127 44 5 115 44
Binary 10100100 100000 10101 0 1010000 1010111 100100 101 1001101 100100

Color Harmonies of #A42015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42015

Black with #A42015

Text Example


Text Example

White with #A42015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42015; }

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

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

background-color css

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

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

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

border-color css

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

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

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