#C3122F

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

Shades of Cardinal #C3122F

Tints of Cardinal #C3122F

Color information

#C3122F (or 0xC3122F) is unknown color: approx Cardinal. HEX triplet: C3, 12 and 2F. RGB value is (195,18,47). Sum of RGB (Red+Green+Blue) = 195+18+47=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122F is #3CEDD0. Grayscale: #4A4A4A. Windows color (decimal): -3993041 or 3084995. OLE color: 3084995.

HSL color Cylindrical-coordinate representation of color #C3122F: hue angle of 350.17º 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 #C3122F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1951847-
CMYK00.910.760.24
HSL350.17º83.1%41.76%-
HSV(B)350.17º90.77%76.47%-
XYZ23.2412.243.83-
YUV74.23112.64214.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=75%
G=6.92%
B=18.08%

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
Decimal195184700.910.760.24350.1783.141.76
HexC3122F05B4C1815e532a
Octal303225701331143053612352
Binary1100001110010101111010110111001100110001010111101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3122F; }

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

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

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

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

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

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

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

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