Html Css Color HEX #C41046 Cardinal

📋 copy color: '#C41046'

red 196 ◦ green 16 ◦ blue 70

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

Shades of Cardinal #C41046

Tints of Cardinal #C41046

RGB

 RED value IS 196 (76.95% from 255) = 69.5%

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

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 69.5%
G = 5.67%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C41046 (or 0xC41046) is known color: Cardinal. HEX triplet: C4, 10 and 46. RGB value is (196,16,70). Sum of RGB (Red+Green+Blue) = 196+16+70=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C41046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41046 is #3BEFB9. Grayscale: #4B4B4B. Windows color (decimal): -3927994 or 4591812. OLE color: 4591812.

HSL color Cylindrical-coordinate representation of color #C41046: hue angle of 342º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41046 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 70 -
CMYK 0 0.92 0.64 0.23
HSL 342º 0.85% 0.42% -
HSV(B) 342º 0.92% 0.77% -
XYZ 24.06 12.55 6.95 -
YUV 75.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 196 16 70 0 0.92 0.64 0.23 342 0.85 0.42
Hex C4 10 46 0 5C 40 17 156 55 2A
Octal 304 20 106 0 134 100 27 526 125 52
Binary 11000100 10000 1000110 0 1011100 1000000 10111 101010110 1010101 101010

Color Harmonies of #C41046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41046

Black with #C41046

Text Example


Text Example

White with #C41046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41046; }

 p { color: rgb(196,16,70); }

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

background-color css

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

 a { background-color: rgb(196,16,70); }

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

border-color css

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

 span { border-color: rgb(196,16,70); }

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