Html Css Color HEX #A42018 Fire Brick

📋 copy color: '#A42018'

red 164 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A42018

Tints of Fire Brick #A42018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 74.55%
G = 14.55%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A42018 (or 0xA42018) is known color: Fire Brick. HEX triplet: A4, 20 and 18. RGB value is (164,32,24). Sum of RGB (Red+Green+Blue) = 164+32+24=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A42018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42018 is #5BDFE7. Grayscale: #464646. Windows color (decimal): -6021096 or 1581220. OLE color: 1581220.

HSL color Cylindrical-coordinate representation of color #A42018: hue angle of 3.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42018 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 24 -
CMYK 0 0.80 0.85 0.36
HSL 3.43º 0.74% 0.37% -
HSV(B) 3.43º 0.85% 0.64% -
XYZ 15.99 8.99 1.76 -
YUV 70.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 164 32 24 0 0.80 0.85 0.36 3.43 0.74 0.37
Hex A4 20 18 0 50 55 24 3 4A 25
Octal 244 40 30 0 120 125 44 3 112 45
Binary 10100100 100000 11000 0 1010000 1010101 100100 11 1001010 100101

Color Harmonies of #A42018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42018

Black with #A42018

Text Example


Text Example

White with #A42018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42018; }

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

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

background-color css

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

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

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

border-color css

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

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

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