#B7383E

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

Shades of Brick Red #B7383E

Tints of Brick Red #B7383E

Color information

#B7383E (or 0xB7383E) is unknown color: approx Brick Red. HEX triplet: B7, 38 and 3E. RGB value is (183,56,62). Sum of RGB (Red+Green+Blue) = 183+56+62=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383E is #48C7C1. Grayscale: #5E5E5E. Windows color (decimal): -4769730 or 4077751. OLE color: 4077751.

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

Color convert

RGB1835662-
CMYK00.690.660.28
HSL357.17º53.14%46.86%-
HSV(B)357.17º69.4%71.76%-
XYZ21.8113.245.96-
YUV94.66109.58191.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=60.80%
G=18.60%
B=20.60%

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
Decimal183566200.690.660.28357.1753.1446.86
HexB7383E045421C165352f
Octal26770760105102345456557
Binary1011011111100011111001000101100001011100101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7383E; }

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

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

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

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

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

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

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

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