Html Css Color HEX #C0143C Cardinal

📋 copy color: '#C0143C'

red 192 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #C0143C

Tints of Cardinal #C0143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 70.59%
G = 7.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0143C (or 0xC0143C) is known color: Cardinal. HEX triplet: C0, 14 and 3C. RGB value is (192,20,60). Sum of RGB (Red+Green+Blue) = 192+20+60=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0143C is #3FEBC3. Grayscale: #4B4B4B. Windows color (decimal): -4189124 or 3937472. OLE color: 3937472.

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

Color convert

RGB 192 20 60 -
CMYK 0 0.90 0.69 0.25
HSL 346.05º 0.81% 0.42% -
HSV(B) 346.05º 0.9% 0.75% -
XYZ 22.8 12.03 5.4 -
YUV 75.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 192 20 60 0 0.90 0.69 0.25 346.05 0.81 0.42
Hex C0 14 3C 0 5A 45 19 15A 51 2A
Octal 300 24 74 0 132 105 31 532 121 52
Binary 11000000 10100 111100 0 1011010 1000101 11001 101011010 1010001 101010

Color Harmonies of #C0143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0143C

Black with #C0143C

Text Example


Text Example

White with #C0143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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