Html Css Color HEX #A3280B Fire Brick

📋 copy color: '#A3280B'

red 163 ◦ green 40 ◦ blue 11

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

Shades of Fire Brick #A3280B

Tints of Fire Brick #A3280B

RGB

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

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

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

R = 76.17%
G = 18.69%
B = 5.14%

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

#A3280B (or 0xA3280B) is known color: Fire Brick. HEX triplet: A3, 28 and 0B. RGB value is (163,40,11). Sum of RGB (Red+Green+Blue) = 163+40+11=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A3280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3280B is #5CD7F4. Grayscale: #494949. Windows color (decimal): -6084597 or 731299. OLE color: 731299.

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

Color convert

RGB 163 40 11 -
CMYK 0 0.75 0.93 0.36
HSL 11.45º 0.87% 0.34% -
HSV(B) 11.45º 0.93% 0.64% -
XYZ 15.92 9.33 1.28 -
YUV 73.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 163 40 11 0 0.75 0.93 0.36 11.45 0.87 0.34
Hex A3 28 B 0 4B 5D 24 B 57 22
Octal 243 50 13 0 113 135 44 13 127 42
Binary 10100011 101000 1011 0 1001011 1011101 100100 1011 1010111 100010

Color Harmonies of #A3280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3280B

Black with #A3280B

Text Example


Text Example

White with #A3280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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