Html Css Color HEX #C0143A Cardinal

📋 copy color: '#C0143A'

red 192 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #C0143A

Tints of Cardinal #C0143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 71.11%
G = 7.41%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0143A (or 0xC0143A) is known color: Cardinal. HEX triplet: C0, 14 and 3A. RGB value is (192,20,58). Sum of RGB (Red+Green+Blue) = 192+20+58=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0143A is #3FEBC5. Grayscale: #4B4B4B. Windows color (decimal): -4189126 or 3806400. OLE color: 3806400.

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

Color convert

RGB 192 20 58 -
CMYK 0 0.90 0.70 0.25
HSL 346.74º 0.81% 0.42% -
HSV(B) 346.74º 0.9% 0.75% -
XYZ 22.75 12.01 5.12 -
YUV 75.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 192 20 58 0 0.90 0.70 0.25 346.74 0.81 0.42
Hex C0 14 3A 0 5A 46 19 15B 51 2A
Octal 300 24 72 0 132 106 31 533 121 52
Binary 11000000 10100 111010 0 1011010 1000110 11001 101011011 1010001 101010

Color Harmonies of #C0143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0143A

Black with #C0143A

Text Example


Text Example

White with #C0143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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