Html Css Color HEX #C10548 Cardinal

📋 copy color: '#C10548'

red 193 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #C10548

Tints of Cardinal #C10548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 71.48%
G = 1.85%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10548 (or 0xC10548) is known color: Cardinal. HEX triplet: C1, 05 and 48. RGB value is (193,5,72). Sum of RGB (Red+Green+Blue) = 193+5+72=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C10548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10548 is #3EFAB7. Grayscale: #444444. Windows color (decimal): -4127416 or 4720065. OLE color: 4720065.

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

Color convert

RGB 193 5 72 -
CMYK 0 0.97 0.63 0.24
HSL 338.62º 0.95% 0.39% -
HSV(B) 338.62º 0.97% 0.76% -
XYZ 23.22 11.91 7.21 -
YUV 68.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 193 5 72 0 0.97 0.63 0.24 338.62 0.95 0.39
Hex C1 5 48 0 61 3F 18 153 5F 27
Octal 301 5 110 0 141 77 30 523 137 47
Binary 11000001 101 1001000 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C10548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10548

Black with #C10548

Text Example


Text Example

White with #C10548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10548; }

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

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

background-color css

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

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

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

border-color css

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

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

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