Html Css Color HEX #C0142E Cardinal

📋 copy color: '#C0142E'

red 192 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #C0142E

Tints of Cardinal #C0142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 74.42%
G = 7.75%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0142E (or 0xC0142E) is known color: Cardinal. HEX triplet: C0, 14 and 2E. RGB value is (192,20,46). Sum of RGB (Red+Green+Blue) = 192+20+46=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0142E is #3FEBD1. Grayscale: #4A4A4A. Windows color (decimal): -4189138 or 3019968. OLE color: 3019968.

HSL color Cylindrical-coordinate representation of color #C0142E: hue angle of 350.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0142E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 46 -
CMYK 0 0.90 0.76 0.25
HSL 350.93º 0.81% 0.42% -
HSV(B) 350.93º 0.9% 0.75% -
XYZ 22.48 11.9 3.7 -
YUV 74.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 192 20 46 0 0.90 0.76 0.25 350.93 0.81 0.42
Hex C0 14 2E 0 5A 4C 19 15F 51 2A
Octal 300 24 56 0 132 114 31 537 121 52
Binary 11000000 10100 101110 0 1011010 1001100 11001 101011111 1010001 101010

Color Harmonies of #C0142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0142E

Black with #C0142E

Text Example


Text Example

White with #C0142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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