#B7363F

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

Shades of Brick Red #B7363F

Tints of Brick Red #B7363F

Color information

#B7363F (or 0xB7363F) is unknown color: approx Brick Red. HEX triplet: B7, 36 and 3F. RGB value is (183,54,63). Sum of RGB (Red+Green+Blue) = 183+54+63=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7363F is #48C9C0. Grayscale: #5D5D5D. Windows color (decimal): -4770241 or 4142775. OLE color: 4142775.

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

Color convert

RGB1835463-
CMYK00.700.660.28
HSL355.81º54.43%46.47%-
HSV(B)355.81º70.49%71.76%-
XYZ21.7413.066.08-
YUV93.6110.74191.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 63 (25% from 255) = 21%
R=61%
G=18%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183546300.700.660.28355.8154.4346.47
HexB7363F046421C164362e
Octal26766770106102345446656
Binary1011011111011011111101000110100001011100101100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7363F; }

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

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

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

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

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

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

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

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