Html Css Color HEX #C1162D Cardinal

📋 copy color: '#C1162D'

red 193 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #C1162D

Tints of Cardinal #C1162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 74.23%
G = 8.46%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1162D (or 0xC1162D) is known color: Cardinal. HEX triplet: C1, 16 and 2D. RGB value is (193,22,45). Sum of RGB (Red+Green+Blue) = 193+22+45=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1162D is #3EE9D2. Grayscale: #4B4B4B. Windows color (decimal): -4123091 or 2954945. OLE color: 2954945.

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

Color convert

RGB 193 22 45 -
CMYK 0 0.89 0.77 0.24
HSL 351.93º 0.8% 0.42% -
HSV(B) 351.93º 0.89% 0.76% -
XYZ 22.75 12.1 3.62 -
YUV 75.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 193 22 45 0 0.89 0.77 0.24 351.93 0.8 0.42
Hex C1 16 2D 0 59 4D 18 160 50 2A
Octal 301 26 55 0 131 115 30 540 120 52
Binary 11000001 10110 101101 0 1011001 1001101 11000 101100000 1010000 101010

Color Harmonies of #C1162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1162D

Black with #C1162D

Text Example


Text Example

White with #C1162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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