#B23840

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

Shades of Brick Red #B23840

Tints of Brick Red #B23840

Color information

#B23840 (or 0xB23840) is unknown color: approx Brick Red. HEX triplet: B2, 38 and 40. RGB value is (178,56,64). Sum of RGB (Red+Green+Blue) = 178+56+64=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23840 is #4DC7BF. Grayscale: #5D5D5D. Windows color (decimal): -5097408 or 4208818. OLE color: 4208818.

HSL color Cylindrical-coordinate representation of color #B23840: hue angle of 356.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23840 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1785664-
CMYK00.690.640.30
HSL356.07º52.14%45.88%-
HSV(B)356.07º68.54%69.8%-
XYZ20.712.666.2-
YUV93.39111.42188.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=59.73%
G=18.79%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178566400.690.640.30356.0752.1445.88
HexB23840045401E164342e
Octal262701000105100365446456
Binary10110010111000100000001000101100000011110101100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23840; }

 p { color: rgb(178,56,64); }

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

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

 a { background-color: rgb(178,56,64); }

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

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

 span { border-color: rgb(178,56,64); }

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