#B83B40

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

Shades of Brick Red #B83B40

Tints of Brick Red #B83B40

Color information

#B83B40 (or 0xB83B40) is unknown color: approx Brick Red. HEX triplet: B8, 3B and 40. RGB value is (184,59,64). Sum of RGB (Red+Green+Blue) = 184+59+64=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B40 is #47C4BF. Grayscale: #616161. Windows color (decimal): -4703424 or 4209592. OLE color: 4209592.

HSL color Cylindrical-coordinate representation of color #B83B40: hue angle of 357.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B40 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1845964-
CMYK00.680.650.28
HSL357.6º51.44%47.65%-
HSV(B)357.6º67.93%72.16%-
XYZ22.2613.696.32-
YUV96.94109.41190.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=59.93%
G=19.22%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184596400.680.650.28357.651.4447.65
HexB83B40044411C1663330
Octal270731000104101345466360
Binary10111000111011100000001000100100000111100101100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B40; }

 p { color: rgb(184,59,64); }

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

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

 a { background-color: rgb(184,59,64); }

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

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

 span { border-color: rgb(184,59,64); }

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