#C3183A

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

Shades of Cardinal #C3183A

Tints of Cardinal #C3183A

Color information

#C3183A (or 0xC3183A) is unknown color: approx Cardinal. HEX triplet: C3, 18 and 3A. RGB value is (195,24,58). Sum of RGB (Red+Green+Blue) = 195+24+58=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3183A is #3CE7C5. Grayscale: #4F4F4F. Windows color (decimal): -3991494 or 3807427. OLE color: 3807427.

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

Color convert

RGB1952458-
CMYK00.880.700.24
HSL348.07º78.08%42.94%-
HSV(B)348.07º87.69%76.47%-
XYZ23.612.565.18-
YUV79116.15210.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.40%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=70.40%
G=8.66%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195245800.880.700.24348.0778.0842.94
HexC3183A058461815c4e2b
Octal303307201301063053411653
Binary1100001111000111010010110001000110110001010111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3183A; }

 p { color: rgb(195,24,58); }

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

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

 a { background-color: rgb(195,24,58); }

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

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

 span { border-color: rgb(195,24,58); }

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