#C00230

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

Shades of Cardinal #C00230

Tints of Cardinal #C00230

Color information

#C00230 (or 0xC00230) is unknown color: approx Cardinal. HEX triplet: C0, 02 and 30. RGB value is (192,2,48). Sum of RGB (Red+Green+Blue) = 192+2+48=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00230 is #3FFDCF. Grayscale: #404040. Windows color (decimal): -4193744 or 3146432. OLE color: 3146432.

HSL color Cylindrical-coordinate representation of color #C00230: hue angle of 345.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00230 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB192248-
CMYK00.990.750.25
HSL345.47º97.94%38.04%-
HSV(B)345.47º98.96%75.29%-
XYZ22.2911.463.83-
YUV64.05118.95219.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 79.34%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=79.34%
G=0.83%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19224800.990.750.25345.4797.9438.04
HexC02300634B191596226
Octal30026001431133153114246
Binary1100000010110000011000111001011110011010110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00230; }

 p { color: rgb(192,2,48); }

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

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

 a { background-color: rgb(192,2,48); }

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

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

 span { border-color: rgb(192,2,48); }

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