Html Css Color HEX #C00049 Cardinal

📋 copy color: '#C00049'

red 192 ◦ green 0 ◦ blue 73

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

Shades of Cardinal #C00049

Tints of Cardinal #C00049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 72.45%
G = 0%
B = 27.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C00049 (or 0xC00049) is known color: Cardinal. HEX triplet: C0, 00 and 49. RGB value is (192,0,73). Sum of RGB (Red+Green+Blue) = 192+0+73=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00049 is #3FFFB6. Grayscale: #414141. Windows color (decimal): -4194231 or 4784320. OLE color: 4784320.

HSL color Cylindrical-coordinate representation of color #C00049: hue angle of 337.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00049 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 73 -
CMYK 0 1 0.62 0.25
HSL 337.19º 1% 0.38% -
HSV(B) 337.19º 1% 0.75% -
XYZ 22.94 11.69 7.35 -
YUV 65.73 132.11 218.06 -
System Red Green Blue C M Y K H S L
Decimal 192 0 73 0 1 0.62 0.25 337.19 1 0.38
Hex C0 0 49 0 64 3E 19 151 64 26
Octal 300 0 111 0 144 76 31 521 144 46
Binary 11000000 0 1001001 0 1100100 111110 11001 101010001 1100100 100110

Color Harmonies of #C00049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00049

Black with #C00049

Text Example


Text Example

White with #C00049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00049; }

 p { color: rgb(192,0,73); }

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

background-color css

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

 a { background-color: rgb(192,0,73); }

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

border-color css

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

 span { border-color: rgb(192,0,73); }

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