#c1003b

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

Shades of Cardinal #C1003B

Tints of Cardinal #C1003B

Color information

#C1003B (or 0xC1003B) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 3B. RGB value is (193,0,59). Sum of RGB (Red+Green+Blue) = 193+0+59=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003B is #3EFFC4. Grayscale: #404040. Windows color (decimal): -4128709 or 3866817. OLE color: 3866817.

HSL color Cylindrical-coordinate representation of color #C1003B: hue angle of 341.66º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1003B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB193059-
CMYK010.690.24
HSL341.66º100%37.84%-
HSV(B)341.66º100%75.69%-
XYZ22.7811.655.19-
YUV64.43124.94219.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=76.59%
G=0%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193059010.690.24341.6610037.84
HexC103B06445181566426
Octal30107301441053052614446
Binary110000010111011011001001000101110001010101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1003b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1003b; }

 p { color: rgb(193,0,59); }

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

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

 a { background-color: rgb(193,0,59); }

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

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

 span { border-color: rgb(193,0,59); }

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