#C00232

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

Shades of Cardinal #C00232

Tints of Cardinal #C00232

Color information

#C00232 (or 0xC00232) is unknown color: approx Cardinal. HEX triplet: C0, 02 and 32. RGB value is (192,2,50). Sum of RGB (Red+Green+Blue) = 192+2+50=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C00232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00232 is #3FFDCD. Grayscale: #404040. Windows color (decimal): -4193742 or 3277504. OLE color: 3277504.

HSL color Cylindrical-coordinate representation of color #C00232: hue angle of 344.84º 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 #C00232 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB192250-
CMYK00.990.740.25
HSL344.84º97.94%38.04%-
HSV(B)344.84º98.96%75.29%-
XYZ22.3411.484.06-
YUV64.28119.95219.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 78.69%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=78.69%
G=0.82%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19225000.990.740.25344.8497.9438.04
HexC02320634A191596226
Octal30026201431123153114246
Binary1100000010110010011000111001010110011010110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00232; }

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

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

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

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

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

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

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

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