Html Css Color HEX #A3100D Fire Brick

📋 copy color: '#A3100D'

red 163 ◦ green 16 ◦ blue 13

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

Shades of Fire Brick #A3100D

Tints of Fire Brick #A3100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 84.9%
G = 8.33%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3100D (or 0xA3100D) is known color: Fire Brick. HEX triplet: A3, 10 and 0D. RGB value is (163,16,13). Sum of RGB (Red+Green+Blue) = 163+16+13=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3100D is #5CEFF2. Grayscale: #3B3B3B. Windows color (decimal): -6090739 or 856227. OLE color: 856227.

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

Color convert

RGB 163 16 13 -
CMYK 0 0.90 0.92 0.36
HSL 1.2º 0.85% 0.35% -
HSV(B) 1.2º 0.92% 0.64% -
XYZ 15.36 8.19 1.15 -
YUV 59.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 163 16 13 0 0.90 0.92 0.36 1.2 0.85 0.35
Hex A3 10 D 0 5A 5C 24 1 55 23
Octal 243 20 15 0 132 134 44 1 125 43
Binary 10100011 10000 1101 0 1011010 1011100 100100 1 1010101 100011

Color Harmonies of #A3100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3100D

Black with #A3100D

Text Example


Text Example

White with #A3100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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