#b6333b

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

Shades of Brick Red #B6333B

Tints of Brick Red #B6333B

Color information

#B6333B (or 0xB6333B) is unknown color: approx Brick Red. HEX triplet: B6, 33 and 3B. RGB value is (182,51,59). Sum of RGB (Red+Green+Blue) = 182+51+59=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B6333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6333B is #49CCC4. Grayscale: #5B5B5B. Windows color (decimal): -4836549 or 3879862. OLE color: 3879862.

HSL color Cylindrical-coordinate representation of color #B6333B: hue angle of 356.34º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6333B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1825159-
CMYK00.720.680.29
HSL356.34º56.22%45.69%-
HSV(B)356.34º71.98%71.37%-
XYZ21.2612.635.45-
YUV91.08109.9192.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=62.33%
G=17.47%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182515900.720.680.29356.3456.2245.69
HexB6333B048441D164382e
Octal26663730110104355447056
Binary1011011011001111101101001000100010011101101100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6333b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6333b; }

 p { color: rgb(182,51,59); }

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

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

 a { background-color: rgb(182,51,59); }

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

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

 span { border-color: rgb(182,51,59); }

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