Html Css Color HEX #A42413 Fire Brick

📋 copy color: '#A42413'

red 164 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #A42413

Tints of Fire Brick #A42413

RGB

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

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

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

R = 74.89%
G = 16.44%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A42413 (or 0xA42413) is known color: Fire Brick. HEX triplet: A4, 24 and 13. RGB value is (164,36,19). Sum of RGB (Red+Green+Blue) = 164+36+19=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A42413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42413 is #5BDBEC. Grayscale: #484848. Windows color (decimal): -6020077 or 1254564. OLE color: 1254564.

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

Color convert

RGB 164 36 19 -
CMYK 0 0.78 0.88 0.36
HSL 7.03º 0.79% 0.36% -
HSV(B) 7.03º 0.88% 0.64% -
XYZ 16.06 9.2 1.55 -
YUV 72.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 164 36 19 0 0.78 0.88 0.36 7.03 0.79 0.36
Hex A4 24 13 0 4E 58 24 7 4F 24
Octal 244 44 23 0 116 130 44 7 117 44
Binary 10100100 100100 10011 0 1001110 1011000 100100 111 1001111 100100

Color Harmonies of #A42413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42413

Black with #A42413

Text Example


Text Example

White with #A42413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42413; }

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

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

background-color css

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

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

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

border-color css

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

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

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