#B43038

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

Shades of Brick Red #B43038

Tints of Brick Red #B43038

Color information

#B43038 (or 0xB43038) is unknown color: approx Brick Red. HEX triplet: B4, 30 and 38. RGB value is (180,48,56). Sum of RGB (Red+Green+Blue) = 180+48+56=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43038 is #4BCFC7. Grayscale: #585858. Windows color (decimal): -4968392 or 3682484. OLE color: 3682484.

HSL color Cylindrical-coordinate representation of color #B43038: hue angle of 356.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43038 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1804856-
CMYK00.730.690.29
HSL356.36º57.89%44.71%-
HSV(B)356.36º73.33%70.59%-
XYZ20.5912.14.99-
YUV88.38109.73193.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.38%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=63.38%
G=16.90%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180485600.730.690.29356.3657.8944.71
HexB43038049451D1643a2d
Octal26460700111105355447255
Binary1011010011000011100001001001100010111101101100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43038; }

 p { color: rgb(180,48,56); }

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

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

 a { background-color: rgb(180,48,56); }

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

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

 span { border-color: rgb(180,48,56); }

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