Html Css Color HEX #C1163A Cardinal

📋 copy color: '#C1163A'

red 193 ◦ green 22 ◦ blue 58

#C1163A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C1163A

Tints of Cardinal #C1163A

RGB

 RED value IS 193 (75.78% from 255) = 70.7%

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 70.7%
G = 8.06%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1163A (or 0xC1163A) is known color: Cardinal. HEX triplet: C1, 16 and 3A. RGB value is (193,22,58). Sum of RGB (Red+Green+Blue) = 193+22+58=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1163A is #3EE9C5. Grayscale: #4D4D4D. Windows color (decimal): -4123078 or 3806913. OLE color: 3806913.

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

Color convert

RGB 193 22 58 -
CMYK 0 0.89 0.70 0.24
HSL 347.37º 0.8% 0.42% -
HSV(B) 347.37º 0.89% 0.76% -
XYZ 23.04 12.22 5.15 -
YUV 77.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 193 22 58 0 0.89 0.70 0.24 347.37 0.8 0.42
Hex C1 16 3A 0 59 46 18 15B 50 2A
Octal 301 26 72 0 131 106 30 533 120 52
Binary 11000001 10110 111010 0 1011001 1000110 11000 101011011 1010000 101010

Color Harmonies of #C1163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1163A

Black with #C1163A

Text Example


Text Example

White with #C1163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1163A; }

 p { color: rgb(193,22,58); }

 H1.HeaderClassName
 {
   color: #C1163A;
 }
 .AnyTagClassName
 {
   color: #C1163A;
 }
</style>

background-color css

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

 a { background-color: rgb(193,22,58); }

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

border-color css

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

 span { border-color: rgb(193,22,58); }

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