#C5182E

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

Shades of Cardinal #C5182E

Tints of Cardinal #C5182E

Color information

#C5182E (or 0xC5182E) is unknown color: approx Cardinal. HEX triplet: C5, 18 and 2E. RGB value is (197,24,46). Sum of RGB (Red+Green+Blue) = 197+24+46=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5182E is #3AE7D1. Grayscale: #4E4E4E. Windows color (decimal): -3860434 or 3020997. OLE color: 3020997.

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

Color convert

RGB1972446-
CMYK00.880.770.23
HSL352.37º78.28%43.33%-
HSV(B)352.37º87.82%77.25%-
XYZ23.8512.723.78-
YUV78.24109.81212.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 73.78%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=73.78%
G=8.99%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197244600.880.770.23352.3778.2843.33
HexC5182E0584D171604e2b
Octal305305601301152754011653
Binary1100010111000101110010110001001101101111011000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5182E; }

 p { color: rgb(197,24,46); }

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

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

 a { background-color: rgb(197,24,46); }

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

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

 span { border-color: rgb(197,24,46); }

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