#CC1B3C

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

Shades of Cardinal #CC1B3C

Tints of Cardinal #CC1B3C

Color information

#CC1B3C (or 0xCC1B3C) is unknown color: approx Cardinal. HEX triplet: CC, 1B and 3C. RGB value is (204,27,60). Sum of RGB (Red+Green+Blue) = 204+27+60=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B3C is #33E4C3. Grayscale: #535353. Windows color (decimal): -3400900 or 3939276. OLE color: 3939276.

HSL color Cylindrical-coordinate representation of color #CC1B3C: hue angle of 348.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B3C is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2042760-
CMYK00.870.710.2
HSL348.81º76.62%45.29%-
HSV(B)348.81º86.76%80%-
XYZ26.1113.955.59-
YUV83.68114.64213.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.10%
GREEN value IS 27 (10.94% from 255) = 9.28%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=70.10%
G=9.28%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204276000.870.710.2348.8176.6245.29
HexCC1B3C057471415d4d2d
Octal314337401271072453511555
Binary1100110011011111100010101111000111101001010111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B3C; }

 p { color: rgb(204,27,60); }

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

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

 a { background-color: rgb(204,27,60); }

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

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

 span { border-color: rgb(204,27,60); }

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