#CB3D47

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

Shades of Brick Red #CB3D47

Tints of Brick Red #CB3D47

Color information

#CB3D47 (or 0xCB3D47) is unknown color: approx Brick Red. HEX triplet: CB, 3D and 47. RGB value is (203,61,71). Sum of RGB (Red+Green+Blue) = 203+61+71=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D47 is #34C2B8. Grayscale: #686868. Windows color (decimal): -3457721 or 4668875. OLE color: 4668875.

HSL color Cylindrical-coordinate representation of color #CB3D47: hue angle of 355.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D47 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2036171-
CMYK00.700.650.20
HSL355.77º57.72%51.76%-
HSV(B)355.77º69.95%79.61%-
XYZ27.4316.497.7-
YUV104.6109.04198.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=60.60%
G=18.21%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203617100.700.650.20355.7757.7251.76
HexCB3D4704641141643a34
Octal313751070106101245447264
Binary11001011111101100011101000110100000110100101100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D47; }

 p { color: rgb(203,61,71); }

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

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

 a { background-color: rgb(203,61,71); }

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

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

 span { border-color: rgb(203,61,71); }

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