Html Css Color HEX #A3280C Fire Brick

📋 copy color: '#A3280C'

red 163 ◦ green 40 ◦ blue 12

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

Shades of Fire Brick #A3280C

Tints of Fire Brick #A3280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 75.81%
G = 18.6%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3280C (or 0xA3280C) is known color: Fire Brick. HEX triplet: A3, 28 and 0C. RGB value is (163,40,12). Sum of RGB (Red+Green+Blue) = 163+40+12=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3280C is #5CD7F3. Grayscale: #494949. Windows color (decimal): -6084596 or 796835. OLE color: 796835.

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

Color convert

RGB 163 40 12 -
CMYK 0 0.75 0.93 0.36
HSL 11.13º 0.86% 0.34% -
HSV(B) 11.13º 0.93% 0.64% -
XYZ 15.93 9.33 1.31 -
YUV 73.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 163 40 12 0 0.75 0.93 0.36 11.13 0.86 0.34
Hex A3 28 C 0 4B 5D 24 B 56 22
Octal 243 50 14 0 113 135 44 13 126 42
Binary 10100011 101000 1100 0 1001011 1011101 100100 1011 1010110 100010

Color Harmonies of #A3280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3280C

Black with #A3280C

Text Example


Text Example

White with #A3280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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