#CB3146

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

Shades of Brick Red #CB3146

Tints of Brick Red #CB3146

Color information

#CB3146 (or 0xCB3146) is unknown color: approx Brick Red. HEX triplet: CB, 31 and 46. RGB value is (203,49,70). Sum of RGB (Red+Green+Blue) = 203+49+70=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3146 is #34CEB9. Grayscale: #616161. Windows color (decimal): -3460794 or 4600267. OLE color: 4600267.

HSL color Cylindrical-coordinate representation of color #CB3146: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3146 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2034970-
CMYK00.760.660.20
HSL351.82º61.11%49.41%-
HSV(B)351.82º75.86%79.61%-
XYZ26.8315.347.34-
YUV97.44112.52203.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.04%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=63.04%
G=15.22%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203497000.760.660.20351.8261.1149.41
HexCB314604C42141603d31
Octal313611060114102245407561
Binary11001011110001100011001001100100001010100101100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3146; }

 p { color: rgb(203,49,70); }

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

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

 a { background-color: rgb(203,49,70); }

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

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

 span { border-color: rgb(203,49,70); }

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