Html Css Color HEX #C10348 Cardinal

📋 copy color: '#C10348'

red 193 ◦ green 3 ◦ blue 72

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

Shades of Cardinal #C10348

Tints of Cardinal #C10348

RGB

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

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

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

R = 72.01%
G = 1.12%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10348 (or 0xC10348) is known color: Cardinal. HEX triplet: C1, 03 and 48. RGB value is (193,3,72). Sum of RGB (Red+Green+Blue) = 193+3+72=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C10348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10348 is #3EFCB7. Grayscale: #434343. Windows color (decimal): -4127928 or 4719553. OLE color: 4719553.

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

Color convert

RGB 193 3 72 -
CMYK 0 0.98 0.63 0.24
HSL 338.21º 0.97% 0.38% -
HSV(B) 338.21º 0.98% 0.76% -
XYZ 23.19 11.87 7.2 -
YUV 67.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 193 3 72 0 0.98 0.63 0.24 338.21 0.97 0.38
Hex C1 3 48 0 62 3F 18 152 61 26
Octal 301 3 110 0 142 77 30 522 141 46
Binary 11000001 11 1001000 0 1100010 111111 11000 101010010 1100001 100110

Color Harmonies of #C10348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10348

Black with #C10348

Text Example


Text Example

White with #C10348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10348; }

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

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

background-color css

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

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

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

border-color css

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

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

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