#C3153B

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

Shades of Cardinal #C3153B

Tints of Cardinal #C3153B

Color information

#C3153B (or 0xC3153B) is unknown color: approx Cardinal. HEX triplet: C3, 15 and 3B. RGB value is (195,21,59). Sum of RGB (Red+Green+Blue) = 195+21+59=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3153B is #3CEAC4. Grayscale: #4D4D4D. Windows color (decimal): -3992261 or 3872195. OLE color: 3872195.

HSL color Cylindrical-coordinate representation of color #C3153B: hue angle of 346.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3153B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1952159-
CMYK00.890.700.24
HSL346.9º80.56%42.35%-
HSV(B)346.9º89.23%76.47%-
XYZ23.5612.455.3-
YUV77.36117.65211.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=70.91%
G=7.64%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195215900.890.700.24346.980.5642.35
HexC3153B059461815b512a
Octal303257301311063053312152
Binary1100001110101111011010110011000110110001010110111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3153B; }

 p { color: rgb(195,21,59); }

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

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

 a { background-color: rgb(195,21,59); }

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

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

 span { border-color: rgb(195,21,59); }

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