Html Css Color HEX #C0142B Cardinal

📋 copy color: '#C0142B'

red 192 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #C0142B

Tints of Cardinal #C0142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 75.29%
G = 7.84%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0142B (or 0xC0142B) is known color: Cardinal. HEX triplet: C0, 14 and 2B. RGB value is (192,20,43). Sum of RGB (Red+Green+Blue) = 192+20+43=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0142B is #3FEBD4. Grayscale: #4A4A4A. Windows color (decimal): -4189141 or 2823360. OLE color: 2823360.

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

Color convert

RGB 192 20 43 -
CMYK 0 0.90 0.78 0.25
HSL 351.98º 0.81% 0.42% -
HSV(B) 351.98º 0.9% 0.75% -
XYZ 22.42 11.88 3.4 -
YUV 74.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 192 20 43 0 0.90 0.78 0.25 351.98 0.81 0.42
Hex C0 14 2B 0 5A 4E 19 160 51 2A
Octal 300 24 53 0 132 116 31 540 121 52
Binary 11000000 10100 101011 0 1011010 1001110 11001 101100000 1010001 101010

Color Harmonies of #C0142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0142B

Black with #C0142B

Text Example


Text Example

White with #C0142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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