Html Css Color HEX #C6103C Cardinal

📋 copy color: '#C6103C'

red 198 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #C6103C

Tints of Cardinal #C6103C

RGB

 RED value IS 198 (77.73% from 255) = 72.26%

 GREEN value IS 16 (6.64% from 255) = 5.84%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 72.26%
G = 5.84%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6103C (or 0xC6103C) is known color: Cardinal. HEX triplet: C6, 10 and 3C. RGB value is (198,16,60). Sum of RGB (Red+Green+Blue) = 198+16+60=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C6103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6103C is #39EFC3. Grayscale: #4B4B4B. Windows color (decimal): -3796932 or 3936454. OLE color: 3936454.

HSL color Cylindrical-coordinate representation of color #C6103C: hue angle of 345.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6103C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 60 -
CMYK 0 0.92 0.70 0.22
HSL 345.49º 0.85% 0.42% -
HSV(B) 345.49º 0.92% 0.78% -
XYZ 24.29 12.7 5.45 -
YUV 75.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 198 16 60 0 0.92 0.70 0.22 345.49 0.85 0.42
Hex C6 10 3C 0 5C 46 16 159 55 2A
Octal 306 20 74 0 134 106 26 531 125 52
Binary 11000110 10000 111100 0 1011100 1000110 10110 101011001 1010101 101010

Color Harmonies of #C6103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6103C

Black with #C6103C

Text Example


Text Example

White with #C6103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6103C; }

 p { color: rgb(198,16,60); }

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

background-color css

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

 a { background-color: rgb(198,16,60); }

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

border-color css

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

 span { border-color: rgb(198,16,60); }

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