Html Css Color HEX #C10346 Cardinal

📋 copy color: '#C10346'

red 193 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #C10346

Tints of Cardinal #C10346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 72.56%
G = 1.13%
B = 26.32%

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

#C10346 (or 0xC10346) is known color: Cardinal. HEX triplet: C1, 03 and 46. RGB value is (193,3,70). Sum of RGB (Red+Green+Blue) = 193+3+70=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C10346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10346 is #3EFCB9. Grayscale: #434343. Windows color (decimal): -4127930 or 4588481. OLE color: 4588481.

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

Color convert

RGB 193 3 70 -
CMYK 0 0.98 0.64 0.24
HSL 338.84º 0.97% 0.38% -
HSV(B) 338.84º 0.98% 0.76% -
XYZ 23.13 11.84 6.86 -
YUV 67.45 129.45 217.55 -
System Red Green Blue C M Y K H S L
Decimal 193 3 70 0 0.98 0.64 0.24 338.84 0.97 0.38
Hex C1 3 46 0 62 40 18 153 61 26
Octal 301 3 106 0 142 100 30 523 141 46
Binary 11000001 11 1000110 0 1100010 1000000 11000 101010011 1100001 100110

Color Harmonies of #C10346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10346

Black with #C10346

Text Example


Text Example

White with #C10346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10346; }

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

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

background-color css

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

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

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

border-color css

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

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

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