Html Css Color HEX #A61610 Fire Brick

📋 copy color: '#A61610'

red 166 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #A61610

Tints of Fire Brick #A61610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 81.37%
G = 10.78%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61610 (or 0xA61610) is known color: Fire Brick. HEX triplet: A6, 16 and 10. RGB value is (166,22,16). Sum of RGB (Red+Green+Blue) = 166+22+16=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A61610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61610 is #59E9EF. Grayscale: #404040. Windows color (decimal): -5892592 or 1054374. OLE color: 1054374.

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

Color convert

RGB 166 22 16 -
CMYK 0 0.87 0.90 0.35
HSL 2.4º 0.82% 0.36% -
HSV(B) 2.4º 0.9% 0.65% -
XYZ 16.11 8.72 1.32 -
YUV 64.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 166 22 16 0 0.87 0.90 0.35 2.4 0.82 0.36
Hex A6 16 10 0 57 5A 23 2 52 24
Octal 246 26 20 0 127 132 43 2 122 44
Binary 10100110 10110 10000 0 1010111 1011010 100011 10 1010010 100100

Color Harmonies of #A61610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61610

Black with #A61610

Text Example


Text Example

White with #A61610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61610; }

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

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

background-color css

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

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

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

border-color css

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

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

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