#CC3047

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

Shades of Brick Red #CC3047

Tints of Brick Red #CC3047

Color information

#CC3047 (or 0xCC3047) is unknown color: approx Brick Red. HEX triplet: CC, 30 and 47. RGB value is (204,48,71). Sum of RGB (Red+Green+Blue) = 204+48+71=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3047 is #33CFB8. Grayscale: #616161. Windows color (decimal): -3395513 or 4665548. OLE color: 4665548.

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

Color convert

RGB2044871-
CMYK00.760.650.2
HSL351.15º61.9%49.41%-
HSV(B)351.15º76.47%80%-
XYZ27.115.417.51-
YUV97.27113.18204.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=63.16%
G=14.86%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204487100.760.650.2351.1561.949.41
HexCC304704C411415f3e31
Octal314601070114101245377661
Binary11001100110000100011101001100100000110100101011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3047; }

 p { color: rgb(204,48,71); }

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

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

 a { background-color: rgb(204,48,71); }

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

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

 span { border-color: rgb(204,48,71); }

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