Html Css Color HEX #B50139 Cardinal

📋 copy color: '#B50139'

red 181 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #B50139

Tints of Cardinal #B50139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 75.73%
G = 0.42%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50139 (or 0xB50139) is known color: Cardinal. HEX triplet: B5, 01 and 39. RGB value is (181,1,57). Sum of RGB (Red+Green+Blue) = 181+1+57=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50139 is #4AFEC6. Grayscale: #3D3D3D. Windows color (decimal): -4914887 or 3735989. OLE color: 3735989.

HSL color Cylindrical-coordinate representation of color #B50139: hue angle of 341.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50139 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 57 -
CMYK 0 0.99 0.69 0.29
HSL 341.33º 0.99% 0.36% -
HSV(B) 341.33º 0.99% 0.71% -
XYZ 19.81 10.14 4.78 -
YUV 61.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 181 1 57 0 0.99 0.69 0.29 341.33 0.99 0.36
Hex B5 1 39 0 63 45 1D 155 63 24
Octal 265 1 71 0 143 105 35 525 143 44
Binary 10110101 1 111001 0 1100011 1000101 11101 101010101 1100011 100100

Color Harmonies of #B50139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50139

Black with #B50139

Text Example


Text Example

White with #B50139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50139; }

 p { color: rgb(181,1,57); }

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

background-color css

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

 a { background-color: rgb(181,1,57); }

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

border-color css

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

 span { border-color: rgb(181,1,57); }

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