#B0363F

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

Shades of Brick Red #B0363F

Tints of Brick Red #B0363F

Color information

#B0363F (or 0xB0363F) is unknown color: approx Brick Red. HEX triplet: B0, 36 and 3F. RGB value is (176,54,63). Sum of RGB (Red+Green+Blue) = 176+54+63=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0363F is #4FC9C0. Grayscale: #5B5B5B. Windows color (decimal): -5228993 or 4142768. OLE color: 4142768.

HSL color Cylindrical-coordinate representation of color #B0363F: hue angle of 355.57º 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 #B0363F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1765463-
CMYK00.690.640.31
HSL355.57º53.04%45.1%-
HSV(B)355.57º69.32%69.02%-
XYZ20.1212.236-
YUV91.5111.92188.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 63 (25% from 255) = 21.50%
R=60.07%
G=18.43%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176546300.690.640.31355.5753.0445.1
HexB0363F045401F164352d
Octal26066770105100375446555
Binary1011000011011011111101000101100000011111101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0363F; }

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

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

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

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

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

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

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

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