Html Css Color HEX #C01049 Cardinal

📋 copy color: '#C01049'

red 192 ◦ green 16 ◦ blue 73

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

Shades of Cardinal #C01049

Tints of Cardinal #C01049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 68.33%
G = 5.69%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C01049 (or 0xC01049) is known color: Cardinal. HEX triplet: C0, 10 and 49. RGB value is (192,16,73). Sum of RGB (Red+Green+Blue) = 192+16+73=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01049 is #3FEFB6. Grayscale: #4B4B4B. Windows color (decimal): -4190135 or 4788416. OLE color: 4788416.

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

Color convert

RGB 192 16 73 -
CMYK 0 0.92 0.62 0.25
HSL 340.57º 0.85% 0.41% -
HSV(B) 340.57º 0.92% 0.75% -
XYZ 23.13 12.06 7.41 -
YUV 75.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 192 16 73 0 0.92 0.62 0.25 340.57 0.85 0.41
Hex C0 10 49 0 5C 3E 19 155 55 29
Octal 300 20 111 0 134 76 31 525 125 51
Binary 11000000 10000 1001001 0 1011100 111110 11001 101010101 1010101 101001

Color Harmonies of #C01049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01049

Black with #C01049

Text Example


Text Example

White with #C01049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01049; }

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

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

background-color css

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

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

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

border-color css

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

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

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