#CC3048

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

Shades of Brick Red #CC3048

Tints of Brick Red #CC3048

Color information

#CC3048 (or 0xCC3048) is unknown color: approx Brick Red. HEX triplet: CC, 30 and 48. RGB value is (204,48,72). Sum of RGB (Red+Green+Blue) = 204+48+72=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3048 is #33CFB7. Grayscale: #616161. Windows color (decimal): -3395512 or 4731084. OLE color: 4731084.

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

Color convert

RGB2044872-
CMYK00.760.650.2
HSL350.77º61.9%49.41%-
HSV(B)350.77º76.47%80%-
XYZ27.1315.427.68-
YUV97.38113.68204.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=62.96%
G=14.81%
B=22.22%

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
Decimal204487200.760.650.2350.7761.949.41
HexCC304804C411415f3e31
Octal314601100114101245377661
Binary11001100110000100100001001100100000110100101011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3048; }

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

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

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

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

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

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

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

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