#C51830

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

Shades of Cardinal #C51830

Tints of Cardinal #C51830

Color information

#C51830 (or 0xC51830) is unknown color: approx Cardinal. HEX triplet: C5, 18 and 30. RGB value is (197,24,48). Sum of RGB (Red+Green+Blue) = 197+24+48=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51830 is #3AE7CF. Grayscale: #4E4E4E. Windows color (decimal): -3860432 or 3152069. OLE color: 3152069.

HSL color Cylindrical-coordinate representation of color #C51830: hue angle of 351.68º 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 #C51830 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB1972448-
CMYK00.880.760.23
HSL351.68º78.28%43.33%-
HSV(B)351.68º87.82%77.25%-
XYZ23.8912.744-
YUV78.46110.81212.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 73.23%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=73.23%
G=8.92%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197244800.880.760.23351.6878.2843.33
HexC518300584C171604e2b
Octal305306001301142754011653
Binary1100010111000110000010110001001100101111011000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51830; }

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

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

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

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

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

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

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

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