Html Css Color HEX #C1162E Cardinal

📋 copy color: '#C1162E'

red 193 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #C1162E

Tints of Cardinal #C1162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 73.95%
G = 8.43%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1162E (or 0xC1162E) is known color: Cardinal. HEX triplet: C1, 16 and 2E. RGB value is (193,22,46). Sum of RGB (Red+Green+Blue) = 193+22+46=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1162E is #3EE9D1. Grayscale: #4B4B4B. Windows color (decimal): -4123090 or 3020481. OLE color: 3020481.

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

Color convert

RGB 193 22 46 -
CMYK 0 0.89 0.76 0.24
HSL 351.58º 0.8% 0.42% -
HSV(B) 351.58º 0.89% 0.76% -
XYZ 22.77 12.11 3.72 -
YUV 75.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 193 22 46 0 0.89 0.76 0.24 351.58 0.8 0.42
Hex C1 16 2E 0 59 4C 18 160 50 2A
Octal 301 26 56 0 131 114 30 540 120 52
Binary 11000001 10110 101110 0 1011001 1001100 11000 101100000 1010000 101010

Color Harmonies of #C1162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1162E

Black with #C1162E

Text Example


Text Example

White with #C1162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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