Html Css Color HEX #C1162F Cardinal

📋 copy color: '#C1162F'

red 193 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #C1162F

Tints of Cardinal #C1162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 73.66%
G = 8.4%
B = 17.94%

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

#C1162F (or 0xC1162F) is known color: Cardinal. HEX triplet: C1, 16 and 2F. RGB value is (193,22,47). Sum of RGB (Red+Green+Blue) = 193+22+47=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1162F is #3EE9D0. Grayscale: #4C4C4C. Windows color (decimal): -4123089 or 3086017. OLE color: 3086017.

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

Color convert

RGB 193 22 47 -
CMYK 0 0.89 0.76 0.24
HSL 351.23º 0.8% 0.42% -
HSV(B) 351.23º 0.89% 0.76% -
XYZ 22.79 12.12 3.83 -
YUV 75.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 193 22 47 0 0.89 0.76 0.24 351.23 0.8 0.42
Hex C1 16 2F 0 59 4C 18 15F 50 2A
Octal 301 26 57 0 131 114 30 537 120 52
Binary 11000001 10110 101111 0 1011001 1001100 11000 101011111 1010000 101010

Color Harmonies of #C1162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1162F

Black with #C1162F

Text Example


Text Example

White with #C1162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1162F; }

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

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

background-color css

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

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

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

border-color css

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

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

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