#CC3A45

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

Shades of Brick Red #CC3A45

Tints of Brick Red #CC3A45

Color information

#CC3A45 (or 0xCC3A45) is unknown color: approx Brick Red. HEX triplet: CC, 3A and 45. RGB value is (204,58,69). Sum of RGB (Red+Green+Blue) = 204+58+69=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A45 is #33C5BA. Grayscale: #676767. Windows color (decimal): -3392955 or 4537036. OLE color: 4537036.

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

Color convert

RGB2045869-
CMYK00.720.660.2
HSL355.48º58.87%51.37%-
HSV(B)355.48º71.57%80%-
XYZ27.4916.297.33-
YUV102.91108.87200.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=61.63%
G=17.52%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204586900.720.660.2355.4858.8751.37
HexCC3A4504842141633b33
Octal314721050110102245437363
Binary11001100111010100010101001000100001010100101100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A45; }

 p { color: rgb(204,58,69); }

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

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

 a { background-color: rgb(204,58,69); }

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

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

 span { border-color: rgb(204,58,69); }

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