Html Css Color HEX #A81F13 Fire Brick

📋 copy color: '#A81F13'

red 168 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #A81F13

Tints of Fire Brick #A81F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 77.06%
G = 14.22%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81F13 (or 0xA81F13) is known color: Fire Brick. HEX triplet: A8, 1F and 13. RGB value is (168,31,19). Sum of RGB (Red+Green+Blue) = 168+31+19=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F13 is #57E0EC. Grayscale: #464646. Windows color (decimal): -5759213 or 1253288. OLE color: 1253288.

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

Color convert

RGB 168 31 19 -
CMYK 0 0.82 0.89 0.34
HSL 4.83º 0.8% 0.37% -
HSV(B) 4.83º 0.89% 0.66% -
XYZ 16.76 9.35 1.54 -
YUV 70.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 168 31 19 0 0.82 0.89 0.34 4.83 0.8 0.37
Hex A8 1F 13 0 52 59 22 5 50 25
Octal 250 37 23 0 122 131 42 5 120 45
Binary 10101000 11111 10011 0 1010010 1011001 100010 101 1010000 100101

Color Harmonies of #A81F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F13

Black with #A81F13

Text Example


Text Example

White with #A81F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F13; }

 p { color: rgb(168,31,19); }

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

background-color css

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

 a { background-color: rgb(168,31,19); }

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

border-color css

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

 span { border-color: rgb(168,31,19); }

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