Html Css Color HEX #C0112E Cardinal

📋 copy color: '#C0112E'

red 192 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #C0112E

Tints of Cardinal #C0112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 75.29%
G = 6.67%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0112E (or 0xC0112E) is known color: Cardinal. HEX triplet: C0, 11 and 2E. RGB value is (192,17,46). Sum of RGB (Red+Green+Blue) = 192+17+46=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0112E is #3FEED1. Grayscale: #484848. Windows color (decimal): -4189906 or 3019200. OLE color: 3019200.

HSL color Cylindrical-coordinate representation of color #C0112E: hue angle of 350.06º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0112E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 46 -
CMYK 0 0.91 0.76 0.25
HSL 350.06º 0.84% 0.41% -
HSV(B) 350.06º 0.91% 0.75% -
XYZ 22.43 11.8 3.68 -
YUV 72.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 192 17 46 0 0.91 0.76 0.25 350.06 0.84 0.41
Hex C0 11 2E 0 5B 4C 19 15E 54 29
Octal 300 21 56 0 133 114 31 536 124 51
Binary 11000000 10001 101110 0 1011011 1001100 11001 101011110 1010100 101001

Color Harmonies of #C0112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0112E

Black with #C0112E

Text Example


Text Example

White with #C0112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0112E; }

 p { color: rgb(192,17,46); }

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

background-color css

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

 a { background-color: rgb(192,17,46); }

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

border-color css

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

 span { border-color: rgb(192,17,46); }

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