#B3363C

Color #B3363C Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B3363C

Tints of Brick Red #B3363C

Color information

#B3363C (or 0xB3363C) is unknown color: approx Brick Red. HEX triplet: B3, 36 and 3C. RGB value is (179,54,60). Sum of RGB (Red+Green+Blue) = 179+54+60=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3363C is #4CC9C3. Grayscale: #5C5C5C. Windows color (decimal): -5032388 or 3946163. OLE color: 3946163.

HSL color Cylindrical-coordinate representation of color #B3363C: hue angle of 357.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3363C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1795460-
CMYK00.700.660.30
HSL357.12º53.65%45.69%-
HSV(B)357.12º69.83%70.2%-
XYZ20.7312.555.6-
YUV92.06109.91190.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=61.09%
G=18.43%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179546000.700.660.30357.1253.6545.69
HexB3363C046421E165362e
Octal26366740106102365456656
Binary1011001111011011110001000110100001011110101100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3363C; }

 p { color: rgb(179,54,60); }

 H1.HeaderClassName
 {
   color: #B3363C;
 }
 .AnyTagClassName
 {
   color: #B3363C;
 }
</style>
background-color css

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

 a { background-color: rgb(179,54,60); }

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

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

 span { border-color: rgb(179,54,60); }

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