Html Css Color HEX #C10446 Cardinal

📋 copy color: '#C10446'

red 193 ◦ green 4 ◦ blue 70

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

Shades of Cardinal #C10446

Tints of Cardinal #C10446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 72.28%
G = 1.5%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C10446 (or 0xC10446) is known color: Cardinal. HEX triplet: C1, 04 and 46. RGB value is (193,4,70). Sum of RGB (Red+Green+Blue) = 193+4+70=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10446 is #3EFBB9. Grayscale: #434343. Windows color (decimal): -4127674 or 4588737. OLE color: 4588737.

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

Color convert

RGB 193 4 70 -
CMYK 0 0.98 0.64 0.24
HSL 339.05º 0.96% 0.39% -
HSV(B) 339.05º 0.98% 0.76% -
XYZ 23.14 11.87 6.87 -
YUV 68.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 193 4 70 0 0.98 0.64 0.24 339.05 0.96 0.39
Hex C1 4 46 0 62 40 18 153 60 27
Octal 301 4 106 0 142 100 30 523 140 47
Binary 11000001 100 1000110 0 1100010 1000000 11000 101010011 1100000 100111

Color Harmonies of #C10446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10446

Black with #C10446

Text Example


Text Example

White with #C10446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10446; }

 p { color: rgb(193,4,70); }

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

background-color css

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

 a { background-color: rgb(193,4,70); }

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

border-color css

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

 span { border-color: rgb(193,4,70); }

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