#CB3145

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

Shades of Brick Red #CB3145

Tints of Brick Red #CB3145

Color information

#CB3145 (or 0xCB3145) is unknown color: approx Brick Red. HEX triplet: CB, 31 and 45. RGB value is (203,49,69). Sum of RGB (Red+Green+Blue) = 203+49+69=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3145 is #34CEBA. Grayscale: #616161. Windows color (decimal): -3460795 or 4534731. OLE color: 4534731.

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

Color convert

RGB2034969-
CMYK00.760.660.20
HSL352.21º61.11%49.41%-
HSV(B)352.21º75.86%79.61%-
XYZ26.815.327.18-
YUV97.33112.02203.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.24%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=63.24%
G=15.26%
B=21.50%

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
Decimal203496900.760.660.20352.2161.1149.41
HexCB314504C42141603d31
Octal313611050114102245407561
Binary11001011110001100010101001100100001010100101100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3145; }

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

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

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

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

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

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

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

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