Html Css Color HEX #A61310 Fire Brick

📋 copy color: '#A61310'

red 166 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #A61310

Tints of Fire Brick #A61310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 82.59%
G = 9.45%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61310 (or 0xA61310) is known color: Fire Brick. HEX triplet: A6, 13 and 10. RGB value is (166,19,16). Sum of RGB (Red+Green+Blue) = 166+19+16=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A61310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61310 is #59ECEF. Grayscale: #3E3E3E. Windows color (decimal): -5893360 or 1053606. OLE color: 1053606.

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

Color convert

RGB 166 19 16 -
CMYK 0 0.89 0.90 0.35
HSL 1.2º 0.82% 0.36% -
HSV(B) 1.2º 0.9% 0.65% -
XYZ 16.05 8.61 1.31 -
YUV 62.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 166 19 16 0 0.89 0.90 0.35 1.2 0.82 0.36
Hex A6 13 10 0 59 5A 23 1 52 24
Octal 246 23 20 0 131 132 43 1 122 44
Binary 10100110 10011 10000 0 1011001 1011010 100011 1 1010010 100100

Color Harmonies of #A61310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61310

Black with #A61310

Text Example


Text Example

White with #A61310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61310; }

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

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

background-color css

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

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

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

border-color css

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

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

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