Html Css Color HEX #A62019 Fire Brick

📋 copy color: '#A62019'

red 166 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #A62019

Tints of Fire Brick #A62019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 74.44%
G = 14.35%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A62019 (or 0xA62019) is known color: Fire Brick. HEX triplet: A6, 20 and 19. RGB value is (166,32,25). Sum of RGB (Red+Green+Blue) = 166+32+25=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62019 is #59DFE6. Grayscale: #474747. Windows color (decimal): -5890023 or 1646758. OLE color: 1646758.

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

Color convert

RGB 166 32 25 -
CMYK 0 0.81 0.85 0.35
HSL 2.98º 0.74% 0.37% -
HSV(B) 2.98º 0.85% 0.65% -
XYZ 16.42 9.21 1.83 -
YUV 71.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 166 32 25 0 0.81 0.85 0.35 2.98 0.74 0.37
Hex A6 20 19 0 51 55 23 3 4A 25
Octal 246 40 31 0 121 125 43 3 112 45
Binary 10100110 100000 11001 0 1010001 1010101 100011 11 1001010 100101

Color Harmonies of #A62019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62019

Black with #A62019

Text Example


Text Example

White with #A62019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62019; }

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

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

background-color css

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

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

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

border-color css

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

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

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