#B33340

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

Shades of Brick Red #B33340

Tints of Brick Red #B33340

Color information

#B33340 (or 0xB33340) is unknown color: approx Brick Red. HEX triplet: B3, 33 and 40. RGB value is (179,51,64). Sum of RGB (Red+Green+Blue) = 179+51+64=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B33340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33340 is #4CCCBF. Grayscale: #5A5A5A. Windows color (decimal): -5033152 or 4207539. OLE color: 4207539.

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

Color convert

RGB1795164-
CMYK00.720.640.30
HSL353.91º55.65%45.1%-
HSV(B)353.91º71.51%70.2%-
XYZ20.712.326.14-
YUV90.75112.91190.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=60.88%
G=17.35%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179516400.720.640.30353.9155.6545.1
HexB33340048401E162382d
Octal263631000110100365427055
Binary10110011110011100000001001000100000011110101100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33340; }

 p { color: rgb(179,51,64); }

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

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

 a { background-color: rgb(179,51,64); }

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

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

 span { border-color: rgb(179,51,64); }

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