Html Css Color HEX #A31411 Fire Brick

📋 copy color: '#A31411'

red 163 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #A31411

Tints of Fire Brick #A31411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 81.5%
G = 10%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31411 (or 0xA31411) is known color: Fire Brick. HEX triplet: A3, 14 and 11. RGB value is (163,20,17). Sum of RGB (Red+Green+Blue) = 163+20+17=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A31411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31411 is #5CEBEE. Grayscale: #3E3E3E. Windows color (decimal): -6089711 or 1119395. OLE color: 1119395.

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

Color convert

RGB 163 20 17 -
CMYK 0 0.88 0.90 0.36
HSL 1.23º 0.81% 0.35% -
HSV(B) 1.23º 0.9% 0.64% -
XYZ 15.46 8.33 1.32 -
YUV 62.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 163 20 17 0 0.88 0.90 0.36 1.23 0.81 0.35
Hex A3 14 11 0 58 5A 24 1 51 23
Octal 243 24 21 0 130 132 44 1 121 43
Binary 10100011 10100 10001 0 1011000 1011010 100100 1 1010001 100011

Color Harmonies of #A31411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31411

Black with #A31411

Text Example


Text Example

White with #A31411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31411; }

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

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

background-color css

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

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

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

border-color css

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

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

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