Html Css Color HEX #A62818 Fire Brick

📋 copy color: '#A62818'

red 166 ◦ green 40 ◦ blue 24

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

Shades of Fire Brick #A62818

Tints of Fire Brick #A62818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 72.17%
G = 17.39%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62818 (or 0xA62818) is known color: Fire Brick. HEX triplet: A6, 28 and 18. RGB value is (166,40,24). Sum of RGB (Red+Green+Blue) = 166+40+24=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A62818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62818 is #59D7E7. Grayscale: #4C4C4C. Windows color (decimal): -5887976 or 1583270. OLE color: 1583270.

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

Color convert

RGB 166 40 24 -
CMYK 0 0.76 0.86 0.35
HSL 6.76º 0.75% 0.37% -
HSV(B) 6.76º 0.86% 0.65% -
XYZ 16.65 9.69 1.86 -
YUV 75.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 166 40 24 0 0.76 0.86 0.35 6.76 0.75 0.37
Hex A6 28 18 0 4C 56 23 7 4B 25
Octal 246 50 30 0 114 126 43 7 113 45
Binary 10100110 101000 11000 0 1001100 1010110 100011 111 1001011 100101

Color Harmonies of #A62818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62818

Black with #A62818

Text Example


Text Example

White with #A62818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62818; }

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

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

background-color css

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

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

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

border-color css

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

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

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