Html Css Color HEX #C6173B Cardinal

📋 copy color: '#C6173B'

red 198 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #C6173B

Tints of Cardinal #C6173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 70.71%
G = 8.21%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6173B (or 0xC6173B) is known color: Cardinal. HEX triplet: C6, 17 and 3B. RGB value is (198,23,59). Sum of RGB (Red+Green+Blue) = 198+23+59=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6173B is #39E8C4. Grayscale: #4F4F4F. Windows color (decimal): -3795141 or 3872710. OLE color: 3872710.

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

Color convert

RGB 198 23 59 -
CMYK 0 0.88 0.70 0.22
HSL 347.66º 0.79% 0.43% -
HSV(B) 347.66º 0.88% 0.78% -
XYZ 24.38 12.93 5.35 -
YUV 79.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 198 23 59 0 0.88 0.70 0.22 347.66 0.79 0.43
Hex C6 17 3B 0 58 46 16 15C 4F 2B
Octal 306 27 73 0 130 106 26 534 117 53
Binary 11000110 10111 111011 0 1011000 1000110 10110 101011100 1001111 101011

Color Harmonies of #C6173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6173B

Black with #C6173B

Text Example


Text Example

White with #C6173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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