Html Css Color HEX #C1184B Cardinal

📋 copy color: '#C1184B'

red 193 ◦ green 24 ◦ blue 75

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

Shades of Cardinal #C1184B

Tints of Cardinal #C1184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 66.1%
G = 8.22%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1184B (or 0xC1184B) is known color: Cardinal. HEX triplet: C1, 18 and 4B. RGB value is (193,24,75). Sum of RGB (Red+Green+Blue) = 193+24+75=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1184B is #3EE7B4. Grayscale: #505050. Windows color (decimal): -4122549 or 4921537. OLE color: 4921537.

HSL color Cylindrical-coordinate representation of color #C1184B: hue angle of 341.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1184B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 75 -
CMYK 0 0.88 0.61 0.24
HSL 341.89º 0.78% 0.43% -
HSV(B) 341.89º 0.88% 0.76% -
XYZ 23.59 12.5 7.83 -
YUV 80.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 193 24 75 0 0.88 0.61 0.24 341.89 0.78 0.43
Hex C1 18 4B 0 58 3D 18 156 4E 2B
Octal 301 30 113 0 130 75 30 526 116 53
Binary 11000001 11000 1001011 0 1011000 111101 11000 101010110 1001110 101011

Color Harmonies of #C1184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1184B

Black with #C1184B

Text Example


Text Example

White with #C1184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1184B; }

 p { color: rgb(193,24,75); }

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

background-color css

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

 a { background-color: rgb(193,24,75); }

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

border-color css

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

 span { border-color: rgb(193,24,75); }

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