#CC364B

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

Shades of Brick Red #CC364B

Tints of Brick Red #CC364B

Color information

#CC364B (or 0xCC364B) is unknown color: approx Brick Red. HEX triplet: CC, 36 and 4B. RGB value is (204,54,75). Sum of RGB (Red+Green+Blue) = 204+54+75=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC364B is #33C9B4. Grayscale: #656565. Windows color (decimal): -3393973 or 4929228. OLE color: 4929228.

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

Color convert

RGB2045475-
CMYK00.740.630.2
HSL351.6º59.52%50.59%-
HSV(B)351.6º73.53%80%-
XYZ27.4915.988.29-
YUV101.24113.2201.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=61.26%
G=16.22%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204547500.740.630.2351.659.5250.59
HexCC364B04A3F141603c33
Octal31466113011277245407463
Binary1100110011011010010110100101011111110100101100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC364B; }

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

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

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

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

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

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

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

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