Html Css Color HEX #A61715 Fire Brick

📋 copy color: '#A61715'

red 166 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #A61715

Tints of Fire Brick #A61715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 79.05%
G = 10.95%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A61715 (or 0xA61715) is known color: Fire Brick. HEX triplet: A6, 17 and 15. RGB value is (166,23,21). Sum of RGB (Red+Green+Blue) = 166+23+21=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A61715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61715 is #59E8EA. Grayscale: #414141. Windows color (decimal): -5892331 or 1382310. OLE color: 1382310.

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

Color convert

RGB 166 23 21 -
CMYK 0 0.86 0.87 0.35
HSL 0.83º 0.78% 0.37% -
HSV(B) 0.83º 0.87% 0.65% -
XYZ 16.17 8.77 1.55 -
YUV 65.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 166 23 21 0 0.86 0.87 0.35 0.83 0.78 0.37
Hex A6 17 15 0 56 57 23 1 4E 25
Octal 246 27 25 0 126 127 43 1 116 45
Binary 10100110 10111 10101 0 1010110 1010111 100011 1 1001110 100101

Color Harmonies of #A61715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61715

Black with #A61715

Text Example


Text Example

White with #A61715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61715; }

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

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

background-color css

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

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

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

border-color css

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

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

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