#C0033A

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

Shades of Cardinal #C0033A

Tints of Cardinal #C0033A

Color information

#C0033A (or 0xC0033A) is unknown color: approx Cardinal. HEX triplet: C0, 03 and 3A. RGB value is (192,3,58). Sum of RGB (Red+Green+Blue) = 192+3+58=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033A is #3FFCC5. Grayscale: #414141. Windows color (decimal): -4193478 or 3802048. OLE color: 3802048.

HSL color Cylindrical-coordinate representation of color #C0033A: hue angle of 342.54º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0033A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB192358-
CMYK00.980.700.25
HSL342.54º96.92%38.24%-
HSV(B)342.54º98.44%75.29%-
XYZ22.5311.585.05-
YUV65.78123.62218.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.89%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=75.89%
G=1.19%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19235800.980.700.25342.5496.9238.24
HexC033A06246191576126
Octal30037201421063152714146
Binary1100000011111010011000101000110110011010101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0033A; }

 p { color: rgb(192,3,58); }

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

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

 a { background-color: rgb(192,3,58); }

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

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

 span { border-color: rgb(192,3,58); }

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