Html Css Color HEX #A3120B Fire Brick

📋 copy color: '#A3120B'

red 163 ◦ green 18 ◦ blue 11

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

Shades of Fire Brick #A3120B

Tints of Fire Brick #A3120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 84.9%
G = 9.38%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3120B (or 0xA3120B) is known color: Fire Brick. HEX triplet: A3, 12 and 0B. RGB value is (163,18,11). Sum of RGB (Red+Green+Blue) = 163+18+11=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3120B is #5CEDF4. Grayscale: #3C3C3C. Windows color (decimal): -6090229 or 725667. OLE color: 725667.

HSL color Cylindrical-coordinate representation of color #A3120B: hue angle of 2.76º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3120B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 11 -
CMYK 0 0.89 0.93 0.36
HSL 2.76º 0.87% 0.34% -
HSV(B) 2.76º 0.93% 0.64% -
XYZ 15.38 8.24 1.1 -
YUV 60.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 163 18 11 0 0.89 0.93 0.36 2.76 0.87 0.34
Hex A3 12 B 0 59 5D 24 3 57 22
Octal 243 22 13 0 131 135 44 3 127 42
Binary 10100011 10010 1011 0 1011001 1011101 100100 11 1010111 100010

Color Harmonies of #A3120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3120B

Black with #A3120B

Text Example


Text Example

White with #A3120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3120B; }

 p { color: rgb(163,18,11); }

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

background-color css

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

 a { background-color: rgb(163,18,11); }

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

border-color css

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

 span { border-color: rgb(163,18,11); }

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