Html Css Color HEX #C1153B Cardinal

📋 copy color: '#C1153B'

red 193 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #C1153B

Tints of Cardinal #C1153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 70.7%
G = 7.69%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1153B (or 0xC1153B) is known color: Cardinal. HEX triplet: C1, 15 and 3B. RGB value is (193,21,59). Sum of RGB (Red+Green+Blue) = 193+21+59=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1153B is #3EEAC4. Grayscale: #4C4C4C. Windows color (decimal): -4123333 or 3872193. OLE color: 3872193.

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

Color convert

RGB 193 21 59 -
CMYK 0 0.89 0.69 0.24
HSL 346.74º 0.8% 0.42% -
HSV(B) 346.74º 0.89% 0.76% -
XYZ 23.05 12.19 5.28 -
YUV 76.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 193 21 59 0 0.89 0.69 0.24 346.74 0.8 0.42
Hex C1 15 3B 0 59 45 18 15B 50 2A
Octal 301 25 73 0 131 105 30 533 120 52
Binary 11000001 10101 111011 0 1011001 1000101 11000 101011011 1010000 101010

Color Harmonies of #C1153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1153B

Black with #C1153B

Text Example


Text Example

White with #C1153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1153B; }

 p { color: rgb(193,21,59); }

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

background-color css

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

 a { background-color: rgb(193,21,59); }

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

border-color css

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

 span { border-color: rgb(193,21,59); }

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