#CC293A

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

Shades of Brick Red #CC293A

Tints of Brick Red #CC293A

Color information

#CC293A (or 0xCC293A) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 3A. RGB value is (204,41,58). Sum of RGB (Red+Green+Blue) = 204+41+58=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC293A is #33D6C5. Grayscale: #5B5B5B. Windows color (decimal): -3397318 or 3811788. OLE color: 3811788.

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

Color convert

RGB2044158-
CMYK00.800.720.2
HSL353.74º66.53%48.04%-
HSV(B)353.74º79.9%80%-
XYZ26.4614.735.45-
YUV91.67109208.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.33%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=67.33%
G=13.53%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204415800.800.720.2353.7466.5348.04
HexCC293A05048141624330
Octal314517201201102454210360
Binary11001100101001111010010100001001000101001011000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC293A; }

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

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

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

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

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

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

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

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