Html Css Color HEX #A42C13 Fire Brick

📋 copy color: '#A42C13'

red 164 ◦ green 44 ◦ blue 19

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

Shades of Fire Brick #A42C13

Tints of Fire Brick #A42C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 72.25%
G = 19.38%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A42C13 (or 0xA42C13) is known color: Fire Brick. HEX triplet: A4, 2C and 13. RGB value is (164,44,19). Sum of RGB (Red+Green+Blue) = 164+44+19=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C13 is #5BD3EC. Grayscale: #4D4D4D. Windows color (decimal): -6018029 or 1256612. OLE color: 1256612.

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

Color convert

RGB 164 44 19 -
CMYK 0 0.73 0.88 0.36
HSL 10.34º 0.79% 0.36% -
HSV(B) 10.34º 0.88% 0.64% -
XYZ 16.33 9.74 1.64 -
YUV 77.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 164 44 19 0 0.73 0.88 0.36 10.34 0.79 0.36
Hex A4 2C 13 0 49 58 24 A 4F 24
Octal 244 54 23 0 111 130 44 12 117 44
Binary 10100100 101100 10011 0 1001001 1011000 100100 1010 1001111 100100

Color Harmonies of #A42C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C13

Black with #A42C13

Text Example


Text Example

White with #A42C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C13; }

 p { color: rgb(164,44,19); }

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

background-color css

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

 a { background-color: rgb(164,44,19); }

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

border-color css

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

 span { border-color: rgb(164,44,19); }

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