#B6313D

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

Shades of Brick Red #B6313D

Tints of Brick Red #B6313D

Color information

#B6313D (or 0xB6313D) is unknown color: approx Brick Red. HEX triplet: B6, 31 and 3D. RGB value is (182,49,61). Sum of RGB (Red+Green+Blue) = 182+49+61=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B6313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6313D is #49CEC2. Grayscale: #5A5A5A. Windows color (decimal): -4837059 or 4010422. OLE color: 4010422.

HSL color Cylindrical-coordinate representation of color #B6313D: hue angle of 354.59º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6313D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1824961-
CMYK00.730.660.29
HSL354.59º57.58%45.29%-
HSV(B)354.59º73.08%71.37%-
XYZ21.2312.485.7-
YUV90.14111.56193.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=62.33%
G=16.78%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182496100.730.660.29354.5957.5845.29
HexB6313D049421D1633a2d
Octal26661750111102355437255
Binary1011011011000111110101001001100001011101101100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6313D; }

 p { color: rgb(182,49,61); }

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

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

 a { background-color: rgb(182,49,61); }

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

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

 span { border-color: rgb(182,49,61); }

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