#C80830

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

Shades of Cardinal #C80830

Tints of Cardinal #C80830

Color information

#C80830 (or 0xC80830) is unknown color: approx Cardinal. HEX triplet: C8, 08 and 30. RGB value is (200,8,48). Sum of RGB (Red+Green+Blue) = 200+8+48=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80830 is #37F7CF. Grayscale: #464646. Windows color (decimal): -3667920 or 3147976. OLE color: 3147976.

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

Color convert

RGB200848-
CMYK00.960.760.22
HSL347.5º92.31%40.78%-
HSV(B)347.5º96%78.43%-
XYZ24.4412.673.95-
YUV69.97115.61220.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 78.12%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=78.12%
G=3.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20084800.960.760.22347.592.3140.78
HexC88300604C1615c5c29
Octal310106001401142653413451
Binary110010001000110000011000001001100101101010111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80830; }

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

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

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

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

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

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

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

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