#B33841

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

Shades of Brick Red #B33841

Tints of Brick Red #B33841

Color information

#B33841 (or 0xB33841) is unknown color: approx Brick Red. HEX triplet: B3, 38 and 41. RGB value is (179,56,65). Sum of RGB (Red+Green+Blue) = 179+56+65=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33841 is #4CC7BE. Grayscale: #5D5D5D. Windows color (decimal): -5031871 or 4274355. OLE color: 4274355.

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

Color convert

RGB1795665-
CMYK00.690.640.30
HSL355.61º52.34%46.08%-
HSV(B)355.61º68.72%70.2%-
XYZ20.9612.796.37-
YUV93.8111.75188.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.67%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=59.67%
G=18.67%
B=21.67%

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
Decimal179566500.690.640.30355.6152.3446.08
HexB33841045401E164342e
Octal263701010105100365446456
Binary10110011111000100000101000101100000011110101100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33841; }

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

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

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

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

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

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

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

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