#C42834

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

Shades of Cardinal #C42834

Tints of Cardinal #C42834

Color information

#C42834 (or 0xC42834) is unknown color: approx Cardinal. HEX triplet: C4, 28 and 34. RGB value is (196,40,52). Sum of RGB (Red+Green+Blue) = 196+40+52=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C42834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42834 is #3BD7CB. Grayscale: #585858. Windows color (decimal): -3921868 or 3418308. OLE color: 3418308.

HSL color Cylindrical-coordinate representation of color #C42834: hue angle of 355.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42834 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1964052-
CMYK00.800.730.23
HSL355.38º66.1%46.27%-
HSV(B)355.38º79.59%76.86%-
XYZ24.1413.54.58-
YUV88.01107.68205.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.06%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=68.06%
G=13.89%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196405200.800.730.23355.3866.146.27
HexC428340504917163422e
Octal304506401201112754310256
Binary11000100101000110100010100001001001101111011000111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42834; }

 p { color: rgb(196,40,52); }

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

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

 a { background-color: rgb(196,40,52); }

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

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

 span { border-color: rgb(196,40,52); }

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