Html Css Color HEX #A81F10 Fire Brick

📋 copy color: '#A81F10'

red 168 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A81F10

Tints of Fire Brick #A81F10

RGB

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

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

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

R = 78.14%
G = 14.42%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81F10 (or 0xA81F10) is known color: Fire Brick. HEX triplet: A8, 1F and 10. RGB value is (168,31,16). Sum of RGB (Red+Green+Blue) = 168+31+16=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F10 is #57E0EF. Grayscale: #464646. Windows color (decimal): -5759216 or 1056680. OLE color: 1056680.

HSL color Cylindrical-coordinate representation of color #A81F10: hue angle of 5.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81F10 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 31 16 -
CMYK 0 0.82 0.90 0.34
HSL 5.92º 0.83% 0.36% -
HSV(B) 5.92º 0.9% 0.66% -
XYZ 16.73 9.34 1.41 -
YUV 70.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 168 31 16 0 0.82 0.90 0.34 5.92 0.83 0.36
Hex A8 1F 10 0 52 5A 22 6 53 24
Octal 250 37 20 0 122 132 42 6 123 44
Binary 10101000 11111 10000 0 1010010 1011010 100010 110 1010011 100100

Color Harmonies of #A81F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F10

Black with #A81F10

Text Example


Text Example

White with #A81F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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