#C01548

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

Shades of Cardinal #C01548

Tints of Cardinal #C01548

Color information

#C01548 (or 0xC01548) is unknown color: approx Cardinal. HEX triplet: C0, 15 and 48. RGB value is (192,21,72). Sum of RGB (Red+Green+Blue) = 192+21+72=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01548 is #3FEAB7. Grayscale: #4D4D4D. Windows color (decimal): -4188856 or 4724160. OLE color: 4724160.

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

Color convert

RGB1922172-
CMYK00.890.630.25
HSL342.11º80.28%41.76%-
HSV(B)342.11º89.06%75.29%-
XYZ23.1812.217.27-
YUV77.94124.65209.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.37%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=67.37%
G=7.37%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192217200.890.630.25342.1180.2841.76
HexC015480593F19156502a
Octal300251100131773152612052
Binary1100000010101100100001011001111111110011010101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01548; }

 p { color: rgb(192,21,72); }

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

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

 a { background-color: rgb(192,21,72); }

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

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

 span { border-color: rgb(192,21,72); }

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