Html Css Color HEX #B50540 Cardinal

📋 copy color: '#B50540'

red 181 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B50540

Tints of Cardinal #B50540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 72.4%
G = 2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B50540 (or 0xB50540) is known color: Cardinal. HEX triplet: B5, 05 and 40. RGB value is (181,5,64). Sum of RGB (Red+Green+Blue) = 181+5+64=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50540 is #4AFABF. Grayscale: #404040. Windows color (decimal): -4913856 or 4195765. OLE color: 4195765.

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

Color convert

RGB 181 5 64 -
CMYK 0 0.97 0.65 0.29
HSL 339.89º 0.95% 0.36% -
HSV(B) 339.89º 0.97% 0.71% -
XYZ 20.04 10.3 5.78 -
YUV 64.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 181 5 64 0 0.97 0.65 0.29 339.89 0.95 0.36
Hex B5 5 40 0 61 41 1D 154 5F 24
Octal 265 5 100 0 141 101 35 524 137 44
Binary 10110101 101 1000000 0 1100001 1000001 11101 101010100 1011111 100100

Color Harmonies of #B50540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50540

Black with #B50540

Text Example


Text Example

White with #B50540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50540; }

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

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

background-color css

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

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

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

border-color css

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

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

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