#B0363C

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

Shades of Brick Red #B0363C

Tints of Brick Red #B0363C

Color information

#B0363C (or 0xB0363C) is unknown color: approx Brick Red. HEX triplet: B0, 36 and 3C. RGB value is (176,54,60). Sum of RGB (Red+Green+Blue) = 176+54+60=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0363C is #4FC9C3. Grayscale: #5B5B5B. Windows color (decimal): -5228996 or 3946160. OLE color: 3946160.

HSL color Cylindrical-coordinate representation of color #B0363C: hue angle of 357.05º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0363C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1765460-
CMYK00.690.660.31
HSL357.05º53.04%45.1%-
HSV(B)357.05º69.32%69.02%-
XYZ20.0412.195.57-
YUV91.16110.42188.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=60.69%
G=18.62%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176546000.690.660.31357.0553.0445.1
HexB0363C045421F165352d
Octal26066740105102375456555
Binary1011000011011011110001000101100001011111101100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0363C; }

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

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

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

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

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

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

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

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