Html Css Color HEX #C0192F Cardinal

📋 copy color: '#C0192F'

red 192 ◦ green 25 ◦ blue 47

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

Shades of Cardinal #C0192F

Tints of Cardinal #C0192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 72.73%
G = 9.47%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0192F (or 0xC0192F) is known color: Cardinal. HEX triplet: C0, 19 and 2F. RGB value is (192,25,47). Sum of RGB (Red+Green+Blue) = 192+25+47=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C0192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0192F is #3FE6D0. Grayscale: #4D4D4D. Windows color (decimal): -4187857 or 3086784. OLE color: 3086784.

HSL color Cylindrical-coordinate representation of color #C0192F: hue angle of 352.1º 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 #C0192F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 47 -
CMYK 0 0.87 0.76 0.25
HSL 352.1º 0.77% 0.43% -
HSV(B) 352.1º 0.87% 0.75% -
XYZ 22.6 12.11 3.84 -
YUV 77.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 192 25 47 0 0.87 0.76 0.25 352.1 0.77 0.43
Hex C0 19 2F 0 57 4C 19 160 4D 2B
Octal 300 31 57 0 127 114 31 540 115 53
Binary 11000000 11001 101111 0 1010111 1001100 11001 101100000 1001101 101011

Color Harmonies of #C0192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0192F

Black with #C0192F

Text Example


Text Example

White with #C0192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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