Html Css Color HEX #B50240 Cardinal

📋 copy color: '#B50240'

red 181 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #B50240

Tints of Cardinal #B50240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 73.28%
G = 0.81%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B50240 (or 0xB50240) is known color: Cardinal. HEX triplet: B5, 02 and 40. RGB value is (181,2,64). Sum of RGB (Red+Green+Blue) = 181+2+64=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B50240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50240 is #4AFDBF. Grayscale: #3E3E3E. Windows color (decimal): -4914624 or 4194997. OLE color: 4194997.

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

Color convert

RGB 181 2 64 -
CMYK 0 0.99 0.65 0.29
HSL 339.22º 0.98% 0.36% -
HSV(B) 339.22º 0.99% 0.71% -
XYZ 20 10.24 5.77 -
YUV 62.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 181 2 64 0 0.99 0.65 0.29 339.22 0.98 0.36
Hex B5 2 40 0 63 41 1D 153 62 24
Octal 265 2 100 0 143 101 35 523 142 44
Binary 10110101 10 1000000 0 1100011 1000001 11101 101010011 1100010 100100

Color Harmonies of #B50240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50240

Black with #B50240

Text Example


Text Example

White with #B50240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50240; }

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

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

background-color css

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

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

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

border-color css

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

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

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