Html Css Color HEX #C6103A Cardinal

📋 copy color: '#C6103A'

red 198 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #C6103A

Tints of Cardinal #C6103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 72.79%
G = 5.88%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6103A (or 0xC6103A) is known color: Cardinal. HEX triplet: C6, 10 and 3A. RGB value is (198,16,58). Sum of RGB (Red+Green+Blue) = 198+16+58=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C6103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6103A is #39EFC5. Grayscale: #4B4B4B. Windows color (decimal): -3796934 or 3805382. OLE color: 3805382.

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

Color convert

RGB 198 16 58 -
CMYK 0 0.92 0.71 0.22
HSL 346.15º 0.85% 0.42% -
HSV(B) 346.15º 0.92% 0.78% -
XYZ 24.24 12.68 5.17 -
YUV 75.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 198 16 58 0 0.92 0.71 0.22 346.15 0.85 0.42
Hex C6 10 3A 0 5C 47 16 15A 55 2A
Octal 306 20 72 0 134 107 26 532 125 52
Binary 11000110 10000 111010 0 1011100 1000111 10110 101011010 1010101 101010

Color Harmonies of #C6103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6103A

Black with #C6103A

Text Example


Text Example

White with #C6103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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