#C3122E

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

Shades of Cardinal #C3122E

Tints of Cardinal #C3122E

Color information

#C3122E (or 0xC3122E) is unknown color: approx Cardinal. HEX triplet: C3, 12 and 2E. RGB value is (195,18,46). Sum of RGB (Red+Green+Blue) = 195+18+46=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122E is #3CEDD1. Grayscale: #4A4A4A. Windows color (decimal): -3993042 or 3019459. OLE color: 3019459.

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

Color convert

RGB1951846-
CMYK00.910.760.24
HSL350.51º83.1%41.76%-
HSV(B)350.51º90.77%76.47%-
XYZ23.2212.233.72-
YUV74.11112.14214.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 75.29%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=75.29%
G=6.95%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195184600.910.760.24350.5183.141.76
HexC3122E05B4C1815f532a
Octal303225601331143053712352
Binary1100001110010101110010110111001100110001010111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3122E; }

 p { color: rgb(195,18,46); }

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

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

 a { background-color: rgb(195,18,46); }

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

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

 span { border-color: rgb(195,18,46); }

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