Html Css Color HEX #C0134A Cardinal

📋 copy color: '#C0134A'

red 192 ◦ green 19 ◦ blue 74

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

Shades of Cardinal #C0134A

Tints of Cardinal #C0134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 67.37%
G = 6.67%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0134A (or 0xC0134A) is known color: Cardinal. HEX triplet: C0, 13 and 4A. RGB value is (192,19,74). Sum of RGB (Red+Green+Blue) = 192+19+74=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0134A is #3FECB5. Grayscale: #4C4C4C. Windows color (decimal): -4189366 or 4854720. OLE color: 4854720.

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

Color convert

RGB 192 19 74 -
CMYK 0 0.90 0.61 0.25
HSL 340.92º 0.82% 0.41% -
HSV(B) 340.92º 0.9% 0.75% -
XYZ 23.21 12.17 7.6 -
YUV 77 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 192 19 74 0 0.90 0.61 0.25 340.92 0.82 0.41
Hex C0 13 4A 0 5A 3D 19 155 52 29
Octal 300 23 112 0 132 75 31 525 122 51
Binary 11000000 10011 1001010 0 1011010 111101 11001 101010101 1010010 101001

Color Harmonies of #C0134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0134A

Black with #C0134A

Text Example


Text Example

White with #C0134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0134A; }

 p { color: rgb(192,19,74); }

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

background-color css

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

 a { background-color: rgb(192,19,74); }

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

border-color css

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

 span { border-color: rgb(192,19,74); }

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