Html Css Color HEX #A3150C Fire Brick

📋 copy color: '#A3150C'

red 163 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #A3150C

Tints of Fire Brick #A3150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 83.16%
G = 10.71%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3150C (or 0xA3150C) is known color: Fire Brick. HEX triplet: A3, 15 and 0C. RGB value is (163,21,12). Sum of RGB (Red+Green+Blue) = 163+21+12=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3150C is #5CEAF3. Grayscale: #3E3E3E. Windows color (decimal): -6089460 or 791971. OLE color: 791971.

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

Color convert

RGB 163 21 12 -
CMYK 0 0.87 0.93 0.36
HSL 3.58º 0.86% 0.34% -
HSV(B) 3.58º 0.93% 0.64% -
XYZ 15.44 8.35 1.15 -
YUV 62.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 163 21 12 0 0.87 0.93 0.36 3.58 0.86 0.34
Hex A3 15 C 0 57 5D 24 4 56 22
Octal 243 25 14 0 127 135 44 4 126 42
Binary 10100011 10101 1100 0 1010111 1011101 100100 100 1010110 100010

Color Harmonies of #A3150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3150C

Black with #A3150C

Text Example


Text Example

White with #A3150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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