#B9283C

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

Shades of Brick Red #B9283C

Tints of Brick Red #B9283C

Color information

#B9283C (or 0xB9283C) is unknown color: approx Brick Red. HEX triplet: B9, 28 and 3C. RGB value is (185,40,60). Sum of RGB (Red+Green+Blue) = 185+40+60=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9283C is #46D7C3. Grayscale: #555555. Windows color (decimal): -4642756 or 3942585. OLE color: 3942585.

HSL color Cylindrical-coordinate representation of color #B9283C: hue angle of 351.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9283C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1854060-
CMYK00.780.680.27
HSL351.72º64.44%44.12%-
HSV(B)351.72º78.38%72.55%-
XYZ21.5812.165.48-
YUV85.64113.54198.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=64.91%
G=14.04%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185406000.780.680.27351.7264.4444.12
HexB9283C04E441B160402c
Octal271507401161043354010054
Binary10111001101000111100010011101000100110111011000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9283C; }

 p { color: rgb(185,40,60); }

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

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

 a { background-color: rgb(185,40,60); }

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

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

 span { border-color: rgb(185,40,60); }

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