Html Css Color HEX #B50040 Cardinal

📋 copy color: '#B50040'

red 181 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #B50040

Tints of Cardinal #B50040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.88%
G = 0%
B = 26.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B50040 (or 0xB50040) is known color: Cardinal. HEX triplet: B5, 00 and 40. RGB value is (181,0,64). Sum of RGB (Red+Green+Blue) = 181+0+64=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B50040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50040 is #4AFFBF. Grayscale: #3D3D3D. Windows color (decimal): -4915136 or 4194485. OLE color: 4194485.

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

Color convert

RGB 181 0 64 -
CMYK 0 1 0.65 0.29
HSL 338.78º 1% 0.35% -
HSV(B) 338.78º 1% 0.71% -
XYZ 19.98 10.19 5.76 -
YUV 61.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 181 0 64 0 1 0.65 0.29 338.78 1 0.35
Hex B5 0 40 0 64 41 1D 153 64 23
Octal 265 0 100 0 144 101 35 523 144 43
Binary 10110101 0 1000000 0 1100100 1000001 11101 101010011 1100100 100011

Color Harmonies of #B50040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50040

Black with #B50040

Text Example


Text Example

White with #B50040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50040; }

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

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

background-color css

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

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

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

border-color css

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

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

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