#B7383F

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

Shades of Brick Red #B7383F

Tints of Brick Red #B7383F

Color information

#B7383F (or 0xB7383F) is unknown color: approx Brick Red. HEX triplet: B7, 38 and 3F. RGB value is (183,56,63). Sum of RGB (Red+Green+Blue) = 183+56+63=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383F is #48C7C0. Grayscale: #5E5E5E. Windows color (decimal): -4769729 or 4143287. OLE color: 4143287.

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

Color convert

RGB1835663-
CMYK00.690.660.28
HSL356.69º53.14%46.86%-
HSV(B)356.69º69.4%71.76%-
XYZ21.8413.256.11-
YUV94.77110.08190.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 63 (25% from 255) = 20.86%
R=60.60%
G=18.54%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183566300.690.660.28356.6953.1446.86
HexB7383F045421C165352f
Octal26770770105102345456557
Binary1011011111100011111101000101100001011100101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7383F; }

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

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

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

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

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

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

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

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