Html Css Color HEX #C10549 Cardinal

📋 copy color: '#C10549'

red 193 ◦ green 5 ◦ blue 73

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

Shades of Cardinal #C10549

Tints of Cardinal #C10549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 71.22%
G = 1.85%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10549 (or 0xC10549) is known color: Cardinal. HEX triplet: C1, 05 and 49. RGB value is (193,5,73). Sum of RGB (Red+Green+Blue) = 193+5+73=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C10549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10549 is #3EFAB6. Grayscale: #444444. Windows color (decimal): -4127415 or 4785601. OLE color: 4785601.

HSL color Cylindrical-coordinate representation of color #C10549: hue angle of 338.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10549 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 73 -
CMYK 0 0.97 0.62 0.24
HSL 338.3º 0.95% 0.39% -
HSV(B) 338.3º 0.97% 0.76% -
XYZ 23.25 11.93 7.38 -
YUV 68.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 193 5 73 0 0.97 0.62 0.24 338.3 0.95 0.39
Hex C1 5 49 0 61 3E 18 152 5F 27
Octal 301 5 111 0 141 76 30 522 137 47
Binary 11000001 101 1001001 0 1100001 111110 11000 101010010 1011111 100111

Color Harmonies of #C10549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10549

Black with #C10549

Text Example


Text Example

White with #C10549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10549; }

 p { color: rgb(193,5,73); }

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

background-color css

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

 a { background-color: rgb(193,5,73); }

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

border-color css

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

 span { border-color: rgb(193,5,73); }

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