Html Css Color HEX #A61C05 Fire Brick

📋 copy color: '#A61C05'

red 166 ◦ green 28 ◦ blue 5

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

Shades of Fire Brick #A61C05

Tints of Fire Brick #A61C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 83.42%
G = 14.07%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A61C05 (or 0xA61C05) is known color: Fire Brick. HEX triplet: A6, 1C and 05. RGB value is (166,28,5). Sum of RGB (Red+Green+Blue) = 166+28+5=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C05 is #59E3FA. Grayscale: #424242. Windows color (decimal): -5891067 or 335014. OLE color: 335014.

HSL color Cylindrical-coordinate representation of color #A61C05: hue angle of 8.57º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A61C05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 28 5 -
CMYK 0 0.83 0.97 0.35
HSL 8.57º 0.94% 0.34% -
HSV(B) 8.57º 0.97% 0.65% -
XYZ 16.17 8.95 1.02 -
YUV 66.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 166 28 5 0 0.83 0.97 0.35 8.57 0.94 0.34
Hex A6 1C 5 0 53 61 23 9 5E 22
Octal 246 34 5 0 123 141 43 11 136 42
Binary 10100110 11100 101 0 1010011 1100001 100011 1001 1011110 100010

Color Harmonies of #A61C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C05

Black with #A61C05

Text Example


Text Example

White with #A61C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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