#B6293C

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

Shades of Brick Red #B6293C

Tints of Brick Red #B6293C

Color information

#B6293C (or 0xB6293C) is unknown color: approx Brick Red. HEX triplet: B6, 29 and 3C. RGB value is (182,41,60). Sum of RGB (Red+Green+Blue) = 182+41+60=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6293C is #49D6C3. Grayscale: #555555. Windows color (decimal): -4839108 or 3942838. OLE color: 3942838.

HSL color Cylindrical-coordinate representation of color #B6293C: hue angle of 351.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6293C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1824160-
CMYK00.770.670.29
HSL351.91º63.23%43.73%-
HSV(B)351.91º77.47%71.37%-
XYZ20.911.865.46-
YUV85.32113.71196.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=64.31%
G=14.49%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182416000.770.670.29351.9163.2343.73
HexB6293C04D431D1603f2c
Octal26651740115103355407754
Binary1011011010100111110001001101100001111101101100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6293C; }

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

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

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

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

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

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

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

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