Html Css Color HEX #A62218 Fire Brick

📋 copy color: '#A62218'

red 166 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #A62218

Tints of Fire Brick #A62218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 74.11%
G = 15.18%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62218 (or 0xA62218) is known color: Fire Brick. HEX triplet: A6, 22 and 18. RGB value is (166,34,24). Sum of RGB (Red+Green+Blue) = 166+34+24=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A62218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62218 is #59DDE7. Grayscale: #484848. Windows color (decimal): -5889512 or 1581734. OLE color: 1581734.

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

Color convert

RGB 166 34 24 -
CMYK 0 0.80 0.86 0.35
HSL 4.23º 0.75% 0.37% -
HSV(B) 4.23º 0.86% 0.65% -
XYZ 16.46 9.32 1.79 -
YUV 72.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 166 34 24 0 0.80 0.86 0.35 4.23 0.75 0.37
Hex A6 22 18 0 50 56 23 4 4B 25
Octal 246 42 30 0 120 126 43 4 113 45
Binary 10100110 100010 11000 0 1010000 1010110 100011 100 1001011 100101

Color Harmonies of #A62218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62218

Black with #A62218

Text Example


Text Example

White with #A62218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62218; }

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

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

background-color css

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

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

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

border-color css

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

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

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