Html Css Color HEX #A31110 Fire Brick

📋 copy color: '#A31110'

red 163 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #A31110

Tints of Fire Brick #A31110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 83.16%
G = 8.67%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31110 (or 0xA31110) is known color: Fire Brick. HEX triplet: A3, 11 and 10. RGB value is (163,17,16). Sum of RGB (Red+Green+Blue) = 163+17+16=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A31110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31110 is #5CEEEF. Grayscale: #3C3C3C. Windows color (decimal): -6090480 or 1053091. OLE color: 1053091.

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

Color convert

RGB 163 17 16 -
CMYK 0 0.90 0.90 0.36
HSL 0.41º 0.82% 0.35% -
HSV(B) 0.41º 0.9% 0.64% -
XYZ 15.4 8.22 1.27 -
YUV 60.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 163 17 16 0 0.90 0.90 0.36 0.41 0.82 0.35
Hex A3 11 10 0 5A 5A 24 0 52 23
Octal 243 21 20 0 132 132 44 0 122 43
Binary 10100011 10001 10000 0 1011010 1011010 100100 0 1010010 100011

Color Harmonies of #A31110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31110

Black with #A31110

Text Example


Text Example

White with #A31110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31110; }

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

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

background-color css

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

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

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

border-color css

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

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

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