Html Css Color HEX #A3120C Fire Brick

📋 copy color: '#A3120C'

red 163 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #A3120C

Tints of Fire Brick #A3120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 84.46%
G = 9.33%
B = 6.22%

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

#A3120C (or 0xA3120C) is known color: Fire Brick. HEX triplet: A3, 12 and 0C. RGB value is (163,18,12). Sum of RGB (Red+Green+Blue) = 163+18+12=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3120C is #5CEDF3. Grayscale: #3C3C3C. Windows color (decimal): -6090228 or 791203. OLE color: 791203.

HSL color Cylindrical-coordinate representation of color #A3120C: hue angle of 2.38º degrees, saturation: 0.86, 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 #A3120C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 12 -
CMYK 0 0.89 0.93 0.36
HSL 2.38º 0.86% 0.34% -
HSV(B) 2.38º 0.93% 0.64% -
XYZ 15.39 8.25 1.13 -
YUV 60.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 163 18 12 0 0.89 0.93 0.36 2.38 0.86 0.34
Hex A3 12 C 0 59 5D 24 2 56 22
Octal 243 22 14 0 131 135 44 2 126 42
Binary 10100011 10010 1100 0 1011001 1011101 100100 10 1010110 100010

Color Harmonies of #A3120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3120C

Black with #A3120C

Text Example


Text Example

White with #A3120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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