Html Css Color HEX #A62018 Fire Brick

📋 copy color: '#A62018'

red 166 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A62018

Tints of Fire Brick #A62018

RGB

 RED value IS 166 (65.23% from 255) = 74.77%

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

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

R = 74.77%
G = 14.41%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62018 (or 0xA62018) is known color: Fire Brick. HEX triplet: A6, 20 and 18. RGB value is (166,32,24). Sum of RGB (Red+Green+Blue) = 166+32+24=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A62018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62018 is #59DFE7. Grayscale: #474747. Windows color (decimal): -5890024 or 1581222. OLE color: 1581222.

HSL color Cylindrical-coordinate representation of color #A62018: hue angle of 3.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A62018 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 24 -
CMYK 0 0.81 0.86 0.35
HSL 3.38º 0.75% 0.37% -
HSV(B) 3.38º 0.86% 0.65% -
XYZ 16.41 9.21 1.78 -
YUV 71.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 166 32 24 0 0.81 0.86 0.35 3.38 0.75 0.37
Hex A6 20 18 0 51 56 23 3 4B 25
Octal 246 40 30 0 121 126 43 3 113 45
Binary 10100110 100000 11000 0 1010001 1010110 100011 11 1001011 100101

Color Harmonies of #A62018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62018

Black with #A62018

Text Example


Text Example

White with #A62018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62018; }

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

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

background-color css

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

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

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

border-color css

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

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

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