Html Css Color HEX #C6192E Cardinal

📋 copy color: '#C6192E'

red 198 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #C6192E

Tints of Cardinal #C6192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 73.61%
G = 9.29%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6192E (or 0xC6192E) is known color: Cardinal. HEX triplet: C6, 19 and 2E. RGB value is (198,25,46). Sum of RGB (Red+Green+Blue) = 198+25+46=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C6192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6192E is #39E6D1. Grayscale: #4F4F4F. Windows color (decimal): -3794642 or 3021254. OLE color: 3021254.

HSL color Cylindrical-coordinate representation of color #C6192E: hue angle of 352.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6192E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 46 -
CMYK 0 0.87 0.77 0.22
HSL 352.72º 0.78% 0.44% -
HSV(B) 352.72º 0.87% 0.78% -
XYZ 24.13 12.9 3.8 -
YUV 79.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 198 25 46 0 0.87 0.77 0.22 352.72 0.78 0.44
Hex C6 19 2E 0 57 4D 16 161 4E 2C
Octal 306 31 56 0 127 115 26 541 116 54
Binary 11000110 11001 101110 0 1010111 1001101 10110 101100001 1001110 101100

Color Harmonies of #C6192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6192E

Black with #C6192E

Text Example


Text Example

White with #C6192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6192E; }

 p { color: rgb(198,25,46); }

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

background-color css

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

 a { background-color: rgb(198,25,46); }

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

border-color css

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

 span { border-color: rgb(198,25,46); }

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