#B7383D

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

Shades of Brick Red #B7383D

Tints of Brick Red #B7383D

Color information

#B7383D (or 0xB7383D) is unknown color: approx Brick Red. HEX triplet: B7, 38 and 3D. RGB value is (183,56,61). Sum of RGB (Red+Green+Blue) = 183+56+61=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383D is #48C7C2. Grayscale: #5E5E5E. Windows color (decimal): -4769731 or 4012215. OLE color: 4012215.

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

Color convert

RGB1835661-
CMYK00.690.670.28
HSL357.64º53.14%46.86%-
HSV(B)357.64º69.4%71.76%-
XYZ21.7813.235.82-
YUV94.54109.08191.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=61%
G=18.67%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183566100.690.670.28357.6453.1446.86
HexB7383D045431C166352f
Octal26770750105103345466557
Binary1011011111100011110101000101100001111100101100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7383D; }

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

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

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

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

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

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

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

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