#C4003B

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

Shades of Cardinal #C4003B

Tints of Cardinal #C4003B

Color information

#C4003B (or 0xC4003B) is unknown color: approx Cardinal. HEX triplet: C4, 00 and 3B. RGB value is (196,0,59). Sum of RGB (Red+Green+Blue) = 196+0+59=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003B is #3BFFC4. Grayscale: #414141. Windows color (decimal): -3932101 or 3866820. OLE color: 3866820.

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

Color convert

RGB196059-
CMYK010.700.23
HSL341.94º100%38.43%-
HSV(B)341.94º100%76.86%-
XYZ23.5512.055.22-
YUV65.33124.43221.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=76.86%
G=0%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196059010.700.23341.9410038.43
HexC403B06446171566426
Octal30407301441062752614446
Binary110001000111011011001001000110101111010101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4003B; }

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

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

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

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

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

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

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

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