Html Css Color HEX #A61F10 Fire Brick

📋 copy color: '#A61F10'

red 166 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A61F10

Tints of Fire Brick #A61F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

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

R = 77.93%
G = 14.55%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61F10 (or 0xA61F10) is known color: Fire Brick. HEX triplet: A6, 1F and 10. RGB value is (166,31,16). Sum of RGB (Red+Green+Blue) = 166+31+16=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F10 is #59E0EF. Grayscale: #454545. Windows color (decimal): -5890288 or 1056678. OLE color: 1056678.

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

Color convert

RGB 166 31 16 -
CMYK 0 0.81 0.90 0.35
HSL 0.82% 0.36% -
HSV(B) 0.9% 0.65% -
XYZ 16.31 9.12 1.39 -
YUV 69.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 166 31 16 0 0.81 0.90 0.35 6 0.82 0.36
Hex A6 1F 10 0 51 5A 23 6 52 24
Octal 246 37 20 0 121 132 43 6 122 44
Binary 10100110 11111 10000 0 1010001 1011010 100011 110 1010010 100100

Color Harmonies of #A61F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F10

Black with #A61F10

Text Example


Text Example

White with #A61F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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