#CC334B

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

Shades of Brick Red #CC334B

Tints of Brick Red #CC334B

Color information

#CC334B (or 0xCC334B) is unknown color: approx Brick Red. HEX triplet: CC, 33 and 4B. RGB value is (204,51,75). Sum of RGB (Red+Green+Blue) = 204+51+75=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC334B is #33CCB4. Grayscale: #636363. Windows color (decimal): -3394741 or 4928460. OLE color: 4928460.

HSL color Cylindrical-coordinate representation of color #CC334B: hue angle of 350.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC334B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2045175-
CMYK00.750.630.2
HSL350.59º60%50%-
HSV(B)350.59º75%80%-
XYZ27.3615.718.25-
YUV99.48114.19202.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=61.82%
G=15.45%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204517500.750.630.2350.596050
HexCC334B04B3F1415f3c32
Octal31463113011377245377462
Binary1100110011001110010110100101111111110100101011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC334B; }

 p { color: rgb(204,51,75); }

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

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

 a { background-color: rgb(204,51,75); }

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

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

 span { border-color: rgb(204,51,75); }

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