Html Css Color HEX #A61C19 Fire Brick

📋 copy color: '#A61C19'

red 166 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #A61C19

Tints of Fire Brick #A61C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

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

R = 75.8%
G = 12.79%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A61C19 (or 0xA61C19) is known color: Fire Brick. HEX triplet: A6, 1C and 19. RGB value is (166,28,25). Sum of RGB (Red+Green+Blue) = 166+28+25=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C19 is #59E3E6. Grayscale: #454545. Windows color (decimal): -5891047 or 1645734. OLE color: 1645734.

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

Color convert

RGB 166 28 25 -
CMYK 0 0.83 0.85 0.35
HSL 1.28º 0.74% 0.37% -
HSV(B) 1.28º 0.85% 0.65% -
XYZ 16.32 9.01 1.8 -
YUV 68.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 166 28 25 0 0.83 0.85 0.35 1.28 0.74 0.37
Hex A6 1C 19 0 53 55 23 1 4A 25
Octal 246 34 31 0 123 125 43 1 112 45
Binary 10100110 11100 11001 0 1010011 1010101 100011 1 1001010 100101

Color Harmonies of #A61C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C19

Black with #A61C19

Text Example


Text Example

White with #A61C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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