Html Css Color HEX #C50B46 Cardinal

📋 copy color: '#C50B46'

red 197 ◦ green 11 ◦ blue 70

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

Shades of Cardinal #C50B46

Tints of Cardinal #C50B46

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 70.86%
G = 3.96%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C50B46 (or 0xC50B46) is known color: Cardinal. HEX triplet: C5, 0B and 46. RGB value is (197,11,70). Sum of RGB (Red+Green+Blue) = 197+11+70=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B46 is #3AF4B9. Grayscale: #494949. Windows color (decimal): -3863738 or 4590533. OLE color: 4590533.

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

Color convert

RGB 197 11 70 -
CMYK 0 0.94 0.64 0.23
HSL 340.97º 0.89% 0.41% -
HSV(B) 340.97º 0.94% 0.77% -
XYZ 24.25 12.55 6.94 -
YUV 73.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 197 11 70 0 0.94 0.64 0.23 340.97 0.89 0.41
Hex C5 B 46 0 5E 40 17 155 59 29
Octal 305 13 106 0 136 100 27 525 131 51
Binary 11000101 1011 1000110 0 1011110 1000000 10111 101010101 1011001 101001

Color Harmonies of #C50B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B46

Black with #C50B46

Text Example


Text Example

White with #C50B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B46; }

 p { color: rgb(197,11,70); }

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

background-color css

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

 a { background-color: rgb(197,11,70); }

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

border-color css

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

 span { border-color: rgb(197,11,70); }

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