#c4183b

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

Shades of Cardinal #C4183B

Tints of Cardinal #C4183B

Color information

#C4183B (or 0xC4183B) is unknown color: approx Cardinal. HEX triplet: C4, 18 and 3B. RGB value is (196,24,59). Sum of RGB (Red+Green+Blue) = 196+24+59=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4183B is #3BE7C4. Grayscale: #4F4F4F. Windows color (decimal): -3925957 or 3872964. OLE color: 3872964.

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

Color convert

RGB1962459-
CMYK00.880.700.23
HSL347.79º78.18%43.14%-
HSV(B)347.79º87.76%76.86%-
XYZ23.8812.75.33-
YUV79.42116.48211.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.25%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=70.25%
G=8.60%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196245900.880.700.23347.7978.1843.14
HexC4183B058461715c4e2b
Octal304307301301062753411653
Binary1100010011000111011010110001000110101111010111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4183b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4183b; }

 p { color: rgb(196,24,59); }

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

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

 a { background-color: rgb(196,24,59); }

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

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

 span { border-color: rgb(196,24,59); }

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