#b9383e

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

Shades of Brick Red #B9383E

Tints of Brick Red #B9383E

Color information

#B9383E (or 0xB9383E) is unknown color: approx Brick Red. HEX triplet: B9, 38 and 3E. RGB value is (185,56,62). Sum of RGB (Red+Green+Blue) = 185+56+62=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9383E is #46C7C1. Grayscale: #5F5F5F. Windows color (decimal): -4638658 or 4077753. OLE color: 4077753.

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

Color convert

RGB1855662-
CMYK00.700.660.27
HSL357.21º53.53%47.25%-
HSV(B)357.21º69.73%72.55%-
XYZ22.2913.495.99-
YUV95.26109.24192.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=61.06%
G=18.48%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185566200.700.660.27357.2153.5347.25
HexB9383E046421B165362f
Octal27170760106102335456657
Binary1011100111100011111001000110100001011011101100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9383e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9383e; }

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

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

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

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

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

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

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

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