Html Css Color HEX #C1132D Cardinal

📋 copy color: '#C1132D'

red 193 ◦ green 19 ◦ blue 45

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

Shades of Cardinal #C1132D

Tints of Cardinal #C1132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 75.1%
G = 7.39%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1132D (or 0xC1132D) is known color: Cardinal. HEX triplet: C1, 13 and 2D. RGB value is (193,19,45). Sum of RGB (Red+Green+Blue) = 193+19+45=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1132D is #3EECD2. Grayscale: #4A4A4A. Windows color (decimal): -4123859 or 2954177. OLE color: 2954177.

HSL color Cylindrical-coordinate representation of color #C1132D: hue angle of 351.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 45 -
CMYK 0 0.90 0.77 0.24
HSL 351.03º 0.82% 0.42% -
HSV(B) 351.03º 0.9% 0.76% -
XYZ 22.7 11.99 3.6 -
YUV 73.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 193 19 45 0 0.90 0.77 0.24 351.03 0.82 0.42
Hex C1 13 2D 0 5A 4D 18 15F 52 2A
Octal 301 23 55 0 132 115 30 537 122 52
Binary 11000001 10011 101101 0 1011010 1001101 11000 101011111 1010010 101010

Color Harmonies of #C1132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1132D

Black with #C1132D

Text Example


Text Example

White with #C1132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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