#B83A3F

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

Shades of Brick Red #B83A3F

Tints of Brick Red #B83A3F

Color information

#B83A3F (or 0xB83A3F) is unknown color: approx Brick Red. HEX triplet: B8, 3A and 3F. RGB value is (184,58,63). Sum of RGB (Red+Green+Blue) = 184+58+63=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A3F is #47C5C0. Grayscale: #606060. Windows color (decimal): -4703681 or 4143800. OLE color: 4143800.

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

Color convert

RGB1845863-
CMYK00.680.660.28
HSL357.62º52.07%47.45%-
HSV(B)357.62º68.48%72.16%-
XYZ22.1813.586.15-
YUV96.24109.24190.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.33%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 63 (25% from 255) = 20.66%
R=60.33%
G=19.02%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184586300.680.660.28357.6252.0747.45
HexB83A3F044421C166342f
Octal27072770104102345466457
Binary1011100011101011111101000100100001011100101100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A3F; }

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

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

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

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

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

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

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

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