Html Css Color HEX #A61510 Fire Brick

📋 copy color: '#A61510'

red 166 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #A61510

Tints of Fire Brick #A61510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 81.77%
G = 10.34%
B = 7.88%

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

#A61510 (or 0xA61510) is known color: Fire Brick. HEX triplet: A6, 15 and 10. RGB value is (166,21,16). Sum of RGB (Red+Green+Blue) = 166+21+16=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A61510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61510 is #59EAEF. Grayscale: #3F3F3F. Windows color (decimal): -5892848 or 1054118. OLE color: 1054118.

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

Color convert

RGB 166 21 16 -
CMYK 0 0.87 0.90 0.35
HSL 0.82% 0.36% -
HSV(B) 0.9% 0.65% -
XYZ 16.09 8.68 1.32 -
YUV 63.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 166 21 16 0 0.87 0.90 0.35 2 0.82 0.36
Hex A6 15 10 0 57 5A 23 2 52 24
Octal 246 25 20 0 127 132 43 2 122 44
Binary 10100110 10101 10000 0 1010111 1011010 100011 10 1010010 100100

Color Harmonies of #A61510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61510

Black with #A61510

Text Example


Text Example

White with #A61510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61510; }

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

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

background-color css

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

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

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

border-color css

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

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

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