#B33C41

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

Shades of Brick Red #B33C41

Tints of Brick Red #B33C41

Color information

#B33C41 (or 0xB33C41) is unknown color: approx Brick Red. HEX triplet: B3, 3C and 41. RGB value is (179,60,65). Sum of RGB (Red+Green+Blue) = 179+60+65=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C41 is #4CC3BE. Grayscale: #606060. Windows color (decimal): -5030847 or 4275379. OLE color: 4275379.

HSL color Cylindrical-coordinate representation of color #B33C41: hue angle of 357.48º 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 #B33C41 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1796065-
CMYK00.660.640.30
HSL357.48º49.79%46.86%-
HSV(B)357.48º66.48%70.2%-
XYZ21.1613.26.43-
YUV96.15110.42187.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=58.88%
G=19.74%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179606500.660.640.30357.4849.7946.86
HexB33C41042401E165322f
Octal263741010102100365456257
Binary10110011111100100000101000010100000011110101100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C41; }

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

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

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

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

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

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

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

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