#C2182C

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

Shades of Cardinal #C2182C

Tints of Cardinal #C2182C

Color information

#C2182C (or 0xC2182C) is unknown color: approx Cardinal. HEX triplet: C2, 18 and 2C. RGB value is (194,24,44). Sum of RGB (Red+Green+Blue) = 194+24+44=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2182C is #3DE7D3. Grayscale: #4D4D4D. Windows color (decimal): -4057044 or 2889922. OLE color: 2889922.

HSL color Cylindrical-coordinate representation of color #C2182C: hue angle of 352.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2182C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1942444-
CMYK00.880.770.24
HSL352.94º77.98%42.75%-
HSV(B)352.94º87.63%76.08%-
XYZ23.0312.33.54-
YUV77.11109.32211.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=74.05%
G=9.16%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194244400.880.770.24352.9477.9842.75
HexC2182C0584D181614e2b
Octal302305401301153054111653
Binary1100001011000101100010110001001101110001011000011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2182C; }

 p { color: rgb(194,24,44); }

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

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

 a { background-color: rgb(194,24,44); }

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

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

 span { border-color: rgb(194,24,44); }

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