Html Css Color HEX #C0194B Cardinal

📋 copy color: '#C0194B'

red 192 ◦ green 25 ◦ blue 75

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

Shades of Cardinal #C0194B

Tints of Cardinal #C0194B

RGB

 RED value IS 192 (75.39% from 255) = 65.75%

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 65.75%
G = 8.56%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0194B (or 0xC0194B) is known color: Cardinal. HEX triplet: C0, 19 and 4B. RGB value is (192,25,75). Sum of RGB (Red+Green+Blue) = 192+25+75=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0194B is #3FE6B4. Grayscale: #505050. Windows color (decimal): -4187829 or 4921792. OLE color: 4921792.

HSL color Cylindrical-coordinate representation of color #C0194B: hue angle of 342.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0194B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 75 -
CMYK 0 0.87 0.61 0.25
HSL 342.04º 0.77% 0.43% -
HSV(B) 342.04º 0.87% 0.75% -
XYZ 23.36 12.41 7.82 -
YUV 80.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 192 25 75 0 0.87 0.61 0.25 342.04 0.77 0.43
Hex C0 19 4B 0 57 3D 19 156 4D 2B
Octal 300 31 113 0 127 75 31 526 115 53
Binary 11000000 11001 1001011 0 1010111 111101 11001 101010110 1001101 101011

Color Harmonies of #C0194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0194B

Black with #C0194B

Text Example


Text Example

White with #C0194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0194B; }

 p { color: rgb(192,25,75); }

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

background-color css

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

 a { background-color: rgb(192,25,75); }

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

border-color css

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

 span { border-color: rgb(192,25,75); }

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