Html Css Color HEX #B50541 Cardinal

📋 copy color: '#B50541'

red 181 ◦ green 5 ◦ blue 65

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

Shades of Cardinal #B50541

Tints of Cardinal #B50541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 72.11%
G = 1.99%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50541 (or 0xB50541) is known color: Cardinal. HEX triplet: B5, 05 and 41. RGB value is (181,5,65). Sum of RGB (Red+Green+Blue) = 181+5+65=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B50541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50541 is #4AFABE. Grayscale: #404040. Windows color (decimal): -4913855 or 4261301. OLE color: 4261301.

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

Color convert

RGB 181 5 65 -
CMYK 0 0.97 0.64 0.29
HSL 339.55º 0.95% 0.36% -
HSV(B) 339.55º 0.97% 0.71% -
XYZ 20.06 10.31 5.93 -
YUV 64.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 181 5 65 0 0.97 0.64 0.29 339.55 0.95 0.36
Hex B5 5 41 0 61 40 1D 154 5F 24
Octal 265 5 101 0 141 100 35 524 137 44
Binary 10110101 101 1000001 0 1100001 1000000 11101 101010100 1011111 100100

Color Harmonies of #B50541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50541

Black with #B50541

Text Example


Text Example

White with #B50541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50541; }

 p { color: rgb(181,5,65); }

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

background-color css

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

 a { background-color: rgb(181,5,65); }

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

border-color css

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

 span { border-color: rgb(181,5,65); }

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