#B6333C

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

Shades of Brick Red #B6333C

Tints of Brick Red #B6333C

Color information

#B6333C (or 0xB6333C) is unknown color: approx Brick Red. HEX triplet: B6, 33 and 3C. RGB value is (182,51,60). Sum of RGB (Red+Green+Blue) = 182+51+60=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6333C is #49CCC3. Grayscale: #5B5B5B. Windows color (decimal): -4836548 or 3945398. OLE color: 3945398.

HSL color Cylindrical-coordinate representation of color #B6333C: hue angle of 355.88º 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 #B6333C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1825160-
CMYK00.720.670.29
HSL355.88º56.22%45.69%-
HSV(B)355.88º71.98%71.37%-
XYZ21.2912.645.59-
YUV91.2110.4192.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=62.12%
G=17.41%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182516000.720.670.29355.8856.2245.69
HexB6333C048431D164382e
Octal26663740110103355447056
Binary1011011011001111110001001000100001111101101100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6333C; }

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

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

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

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

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

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

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

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