#CC3D46

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

Shades of Brick Red #CC3D46

Tints of Brick Red #CC3D46

Color information

#CC3D46 (or 0xCC3D46) is unknown color: approx Brick Red. HEX triplet: CC, 3D and 46. RGB value is (204,61,70). Sum of RGB (Red+Green+Blue) = 204+61+70=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D46 is #33C2B9. Grayscale: #686868. Windows color (decimal): -3392186 or 4603340. OLE color: 4603340.

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

Color convert

RGB2046170-
CMYK00.700.660.2
HSL356.22º58.37%51.96%-
HSV(B)356.22º70.1%80%-
XYZ27.6816.627.54-
YUV104.78108.38198.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=60.90%
G=18.21%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204617000.700.660.2356.2258.3751.96
HexCC3D4604642141643a34
Octal314751060106102245447264
Binary11001100111101100011001000110100001010100101100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D46; }

 p { color: rgb(204,61,70); }

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

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

 a { background-color: rgb(204,61,70); }

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

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

 span { border-color: rgb(204,61,70); }

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