Html Css Color HEX #A42013 Fire Brick

📋 copy color: '#A42013'

red 164 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #A42013

Tints of Fire Brick #A42013

RGB

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

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

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

R = 76.28%
G = 14.88%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A42013 (or 0xA42013) is known color: Fire Brick. HEX triplet: A4, 20 and 13. RGB value is (164,32,19). Sum of RGB (Red+Green+Blue) = 164+32+19=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A42013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42013 is #5BDFEC. Grayscale: #464646. Windows color (decimal): -6021101 or 1253540. OLE color: 1253540.

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

Color convert

RGB 164 32 19 -
CMYK 0 0.80 0.88 0.36
HSL 5.38º 0.79% 0.36% -
HSV(B) 5.38º 0.88% 0.64% -
XYZ 15.94 8.97 1.51 -
YUV 69.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 164 32 19 0 0.80 0.88 0.36 5.38 0.79 0.36
Hex A4 20 13 0 50 58 24 5 4F 24
Octal 244 40 23 0 120 130 44 5 117 44
Binary 10100100 100000 10011 0 1010000 1011000 100100 101 1001111 100100

Color Harmonies of #A42013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42013

Black with #A42013

Text Example


Text Example

White with #A42013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42013; }

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

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

background-color css

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

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

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

border-color css

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

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

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