Html Css Color HEX #C6103B Cardinal

📋 copy color: '#C6103B'

red 198 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #C6103B

Tints of Cardinal #C6103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 72.53%
G = 5.86%
B = 21.61%

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

#C6103B (or 0xC6103B) is known color: Cardinal. HEX triplet: C6, 10 and 3B. RGB value is (198,16,59). Sum of RGB (Red+Green+Blue) = 198+16+59=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6103B is #39EFC4. Grayscale: #4B4B4B. Windows color (decimal): -3796933 or 3870918. OLE color: 3870918.

HSL color Cylindrical-coordinate representation of color #C6103B: hue angle of 345.82º 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 #C6103B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 59 -
CMYK 0 0.92 0.70 0.22
HSL 345.82º 0.85% 0.42% -
HSV(B) 345.82º 0.92% 0.78% -
XYZ 24.26 12.69 5.31 -
YUV 75.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 198 16 59 0 0.92 0.70 0.22 345.82 0.85 0.42
Hex C6 10 3B 0 5C 46 16 15A 55 2A
Octal 306 20 73 0 134 106 26 532 125 52
Binary 11000110 10000 111011 0 1011100 1000110 10110 101011010 1010101 101010

Color Harmonies of #C6103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6103B

Black with #C6103B

Text Example


Text Example

White with #C6103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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