Html Css Color HEX #A81C17 Fire Brick

📋 copy color: '#A81C17'

red 168 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #A81C17

Tints of Fire Brick #A81C17

RGB

 RED value IS 168 (66.02% from 255) = 76.71%

 GREEN value IS 28 (11.33% from 255) = 12.79%

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 76.71%
G = 12.79%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81C17 (or 0xA81C17) is known color: Fire Brick. HEX triplet: A8, 1C and 17. RGB value is (168,28,23). Sum of RGB (Red+Green+Blue) = 168+28+23=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C17 is #57E3E8. Grayscale: #454545. Windows color (decimal): -5759977 or 1514664. OLE color: 1514664.

HSL color Cylindrical-coordinate representation of color #A81C17: hue angle of 2.07º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81C17 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 28 23 -
CMYK 0 0.83 0.86 0.34
HSL 2.07º 0.76% 0.37% -
HSV(B) 2.07º 0.86% 0.66% -
XYZ 16.72 9.22 1.71 -
YUV 69.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 168 28 23 0 0.83 0.86 0.34 2.07 0.76 0.37
Hex A8 1C 17 0 53 56 22 2 4C 25
Octal 250 34 27 0 123 126 42 2 114 45
Binary 10101000 11100 10111 0 1010011 1010110 100010 10 1001100 100101

Color Harmonies of #A81C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81C17

Black with #A81C17

Text Example


Text Example

White with #A81C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81C17; }

 p { color: rgb(168,28,23); }

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

background-color css

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

 a { background-color: rgb(168,28,23); }

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

border-color css

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

 span { border-color: rgb(168,28,23); }

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