#C90830

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

Shades of Cardinal #C90830

Tints of Cardinal #C90830

Color information

#C90830 (or 0xC90830) is unknown color: approx Cardinal. HEX triplet: C9, 08 and 30. RGB value is (201,8,48). Sum of RGB (Red+Green+Blue) = 201+8+48=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C90830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90830 is #36F7CF. Grayscale: #464646. Windows color (decimal): -3602384 or 3147977. OLE color: 3147977.

HSL color Cylindrical-coordinate representation of color #C90830: hue angle of 347.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90830 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB201848-
CMYK00.960.760.21
HSL347.56º92.34%40.98%-
HSV(B)347.56º96.02%78.82%-
XYZ24.7112.83.97-
YUV70.27115.44221.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.21%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=78.21%
G=3.11%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20184800.960.760.21347.5692.3440.98
HexC98300604C1515c5c29
Octal311106001401142553413451
Binary110010011000110000011000001001100101011010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90830; }

 p { color: rgb(201,8,48); }

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

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

 a { background-color: rgb(201,8,48); }

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

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

 span { border-color: rgb(201,8,48); }

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