#B23C41

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

Shades of Brick Red #B23C41

Tints of Brick Red #B23C41

Color information

#B23C41 (or 0xB23C41) is unknown color: approx Brick Red. HEX triplet: B2, 3C and 41. RGB value is (178,60,65). Sum of RGB (Red+Green+Blue) = 178+60+65=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C41 is #4DC3BE. Grayscale: #5F5F5F. Windows color (decimal): -5096383 or 4275378. OLE color: 4275378.

HSL color Cylindrical-coordinate representation of color #B23C41: hue angle of 357.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C41 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1786065-
CMYK00.660.630.30
HSL357.46º49.58%46.67%-
HSV(B)357.46º66.29%69.8%-
XYZ20.9313.086.42-
YUV95.85110.59186.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=58.75%
G=19.80%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178606500.660.630.30357.4649.5846.67
HexB23C410423F1E165322f
Octal26274101010277365456257
Binary1011001011110010000010100001011111111110101100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C41; }

 p { color: rgb(178,60,65); }

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

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

 a { background-color: rgb(178,60,65); }

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

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

 span { border-color: rgb(178,60,65); }

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