Html Css Color HEX #A61D10 Fire Brick

📋 copy color: '#A61D10'

red 166 ◦ green 29 ◦ blue 16

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

Shades of Fire Brick #A61D10

Tints of Fire Brick #A61D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 78.67%
G = 13.74%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61D10 (or 0xA61D10) is known color: Fire Brick. HEX triplet: A6, 1D and 10. RGB value is (166,29,16). Sum of RGB (Red+Green+Blue) = 166+29+16=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D10 is #59E2EF. Grayscale: #444444. Windows color (decimal): -5890800 or 1056166. OLE color: 1056166.

HSL color Cylindrical-coordinate representation of color #A61D10: hue angle of 5.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61D10 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 16 -
CMYK 0 0.83 0.90 0.35
HSL 5.2º 0.82% 0.36% -
HSV(B) 5.2º 0.9% 0.65% -
XYZ 16.26 9.02 1.37 -
YUV 68.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 166 29 16 0 0.83 0.90 0.35 5.2 0.82 0.36
Hex A6 1D 10 0 53 5A 23 5 52 24
Octal 246 35 20 0 123 132 43 5 122 44
Binary 10100110 11101 10000 0 1010011 1011010 100011 101 1010010 100100

Color Harmonies of #A61D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D10

Black with #A61D10

Text Example


Text Example

White with #A61D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D10; }

 p { color: rgb(166,29,16); }

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

background-color css

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

 a { background-color: rgb(166,29,16); }

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

border-color css

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

 span { border-color: rgb(166,29,16); }

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