#CB3046

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

Shades of Brick Red #CB3046

Tints of Brick Red #CB3046

Color information

#CB3046 (or 0xCB3046) is unknown color: approx Brick Red. HEX triplet: CB, 30 and 46. RGB value is (203,48,70). Sum of RGB (Red+Green+Blue) = 203+48+70=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3046 is #34CFB9. Grayscale: #606060. Windows color (decimal): -3461050 or 4600011. OLE color: 4600011.

HSL color Cylindrical-coordinate representation of color #CB3046: hue angle of 351.48º degrees, saturation: 0.62, 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 #CB3046 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2034870-
CMYK00.760.660.20
HSL351.48º61.75%49.22%-
HSV(B)351.48º76.35%79.61%-
XYZ26.7915.257.33-
YUV96.85112.85203.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.24%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=63.24%
G=14.95%
B=21.81%

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
Decimal203487000.760.660.20351.4861.7549.22
HexCB304604C421415f3e31
Octal313601060114102245377661
Binary11001011110000100011001001100100001010100101011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3046; }

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

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

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

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

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

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

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

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