Html Css Color HEX #A31C11 Fire Brick

📋 copy color: '#A31C11'

red 163 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #A31C11

Tints of Fire Brick #A31C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 78.37%
G = 13.46%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31C11 (or 0xA31C11) is known color: Fire Brick. HEX triplet: A3, 1C and 11. RGB value is (163,28,17). Sum of RGB (Red+Green+Blue) = 163+28+17=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C11 is #5CE3EE. Grayscale: #434343. Windows color (decimal): -6087663 or 1121443. OLE color: 1121443.

HSL color Cylindrical-coordinate representation of color #A31C11: hue angle of 4.52º degrees, saturation: 0.81, 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 #A31C11 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 28 17 -
CMYK 0 0.83 0.90 0.36
HSL 4.52º 0.81% 0.35% -
HSV(B) 4.52º 0.9% 0.64% -
XYZ 15.62 8.66 1.38 -
YUV 67.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 163 28 17 0 0.83 0.90 0.36 4.52 0.81 0.35
Hex A3 1C 11 0 53 5A 24 5 51 23
Octal 243 34 21 0 123 132 44 5 121 43
Binary 10100011 11100 10001 0 1010011 1011010 100100 101 1010001 100011

Color Harmonies of #A31C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C11

Black with #A31C11

Text Example


Text Example

White with #A31C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C11; }

 p { color: rgb(163,28,17); }

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

background-color css

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

 a { background-color: rgb(163,28,17); }

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

border-color css

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

 span { border-color: rgb(163,28,17); }

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