#B83F42

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

Shades of Brick Red #B83F42

Tints of Brick Red #B83F42

Color information

#B83F42 (or 0xB83F42) is unknown color: approx Brick Red. HEX triplet: B8, 3F and 42. RGB value is (184,63,66). Sum of RGB (Red+Green+Blue) = 184+63+66=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F42 is #47C0BD. Grayscale: #636363. Windows color (decimal): -4702398 or 4341688. OLE color: 4341688.

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

Color convert

RGB1846366-
CMYK00.660.640.28
HSL358.51º48.99%48.43%-
HSV(B)358.51º65.76%72.16%-
XYZ22.5314.146.7-
YUV99.52109.09188.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=58.79%
G=20.13%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184636600.660.640.28358.5148.9948.43
HexB83F42042401C1673130
Octal270771020102100345476160
Binary10111000111111100001001000010100000011100101100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F42; }

 p { color: rgb(184,63,66); }

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

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

 a { background-color: rgb(184,63,66); }

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

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

 span { border-color: rgb(184,63,66); }

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