Html Css Color HEX #B50E47 Cardinal

📋 copy color: '#B50E47'

red 181 ◦ green 14 ◦ blue 71

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

Shades of Cardinal #B50E47

Tints of Cardinal #B50E47

RGB

 RED value IS 181 (71.09% from 255) = 68.05%

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 68.05%
G = 5.26%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B50E47 (or 0xB50E47) is known color: Cardinal. HEX triplet: B5, 0E and 47. RGB value is (181,14,71). Sum of RGB (Red+Green+Blue) = 181+14+71=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E47 is #4AF1B8. Grayscale: #464646. Windows color (decimal): -4911545 or 4656821. OLE color: 4656821.

HSL color Cylindrical-coordinate representation of color #B50E47: hue angle of 339.52º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50E47 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 14 71 -
CMYK 0 0.92 0.61 0.29
HSL 339.52º 0.86% 0.38% -
HSV(B) 339.52º 0.92% 0.71% -
XYZ 20.35 10.59 6.93 -
YUV 70.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 181 14 71 0 0.92 0.61 0.29 339.52 0.86 0.38
Hex B5 E 47 0 5C 3D 1D 154 56 26
Octal 265 16 107 0 134 75 35 524 126 46
Binary 10110101 1110 1000111 0 1011100 111101 11101 101010100 1010110 100110

Color Harmonies of #B50E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E47

Black with #B50E47

Text Example


Text Example

White with #B50E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E47; }

 p { color: rgb(181,14,71); }

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

background-color css

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

 a { background-color: rgb(181,14,71); }

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

border-color css

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

 span { border-color: rgb(181,14,71); }

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