#C02332

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

Shades of Cardinal #C02332

Tints of Cardinal #C02332

Color information

#C02332 (or 0xC02332) is unknown color: approx Cardinal. HEX triplet: C0, 23 and 32. RGB value is (192,35,50). Sum of RGB (Red+Green+Blue) = 192+35+50=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C02332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02332 is #3FDCCD. Grayscale: #535353. Windows color (decimal): -4185294 or 3285952. OLE color: 3285952.

HSL color Cylindrical-coordinate representation of color #C02332: hue angle of 354.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02332 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1923550-
CMYK00.820.740.25
HSL354.27º69.16%44.51%-
HSV(B)354.27º81.77%75.29%-
XYZ22.9112.644.25-
YUV83.65109.01205.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=69.31%
G=12.64%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192355000.820.740.25354.2769.1644.51
HexC023320524A19162452d
Octal300436201221123154210555
Binary11000000100011110010010100101001010110011011000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02332; }

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

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

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

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

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

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

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

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