Html Css Color HEX #B50E32 Cardinal

📋 copy color: '#B50E32'

red 181 ◦ green 14 ◦ blue 50

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

Shades of Cardinal #B50E32

Tints of Cardinal #B50E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 73.88%
G = 5.71%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50E32 (or 0xB50E32) is known color: Cardinal. HEX triplet: B5, 0E and 32. RGB value is (181,14,50). Sum of RGB (Red+Green+Blue) = 181+14+50=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E32 is #4AF1CD. Grayscale: #444444. Windows color (decimal): -4911566 or 3280565. OLE color: 3280565.

HSL color Cylindrical-coordinate representation of color #B50E32: hue angle of 347.07º 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 #B50E32 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 14 50 -
CMYK 0 0.92 0.72 0.29
HSL 347.07º 0.86% 0.38% -
HSV(B) 347.07º 0.92% 0.71% -
XYZ 19.79 10.37 3.98 -
YUV 68.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 181 14 50 0 0.92 0.72 0.29 347.07 0.86 0.38
Hex B5 E 32 0 5C 48 1D 15B 56 26
Octal 265 16 62 0 134 110 35 533 126 46
Binary 10110101 1110 110010 0 1011100 1001000 11101 101011011 1010110 100110

Color Harmonies of #B50E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E32

Black with #B50E32

Text Example


Text Example

White with #B50E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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