Html Css Color HEX #A31F10 Fire Brick

📋 copy color: '#A31F10'

red 163 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A31F10

Tints of Fire Brick #A31F10

RGB

 RED value IS 163 (64.06% from 255) = 77.62%

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

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

R = 77.62%
G = 14.76%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31F10 (or 0xA31F10) is known color: Fire Brick. HEX triplet: A3, 1F and 10. RGB value is (163,31,16). Sum of RGB (Red+Green+Blue) = 163+31+16=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F10 is #5CE0EF. Grayscale: #444444. Windows color (decimal): -6086896 or 1056675. OLE color: 1056675.

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

Color convert

RGB 163 31 16 -
CMYK 0 0.81 0.90 0.36
HSL 6.12º 0.82% 0.35% -
HSV(B) 6.12º 0.9% 0.64% -
XYZ 15.69 8.8 1.36 -
YUV 68.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 163 31 16 0 0.81 0.90 0.36 6.12 0.82 0.35
Hex A3 1F 10 0 51 5A 24 6 52 23
Octal 243 37 20 0 121 132 44 6 122 43
Binary 10100011 11111 10000 0 1010001 1011010 100100 110 1010010 100011

Color Harmonies of #A31F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F10

Black with #A31F10

Text Example


Text Example

White with #A31F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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