Html Css Color HEX #A61F15 Fire Brick

📋 copy color: '#A61F15'

red 166 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #A61F15

Tints of Fire Brick #A61F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 76.15%
G = 14.22%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A61F15 (or 0xA61F15) is known color: Fire Brick. HEX triplet: A6, 1F and 15. RGB value is (166,31,21). Sum of RGB (Red+Green+Blue) = 166+31+21=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F15 is #59E0EA. Grayscale: #464646. Windows color (decimal): -5890283 or 1384358. OLE color: 1384358.

HSL color Cylindrical-coordinate representation of color #A61F15: hue angle of 4.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61F15 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 21 -
CMYK 0 0.81 0.87 0.35
HSL 4.14º 0.78% 0.37% -
HSV(B) 4.14º 0.87% 0.65% -
XYZ 16.35 9.14 1.61 -
YUV 70.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 166 31 21 0 0.81 0.87 0.35 4.14 0.78 0.37
Hex A6 1F 15 0 51 57 23 4 4E 25
Octal 246 37 25 0 121 127 43 4 116 45
Binary 10100110 11111 10101 0 1010001 1010111 100011 100 1001110 100101

Color Harmonies of #A61F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F15

Black with #A61F15

Text Example


Text Example

White with #A61F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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