Html Css Color HEX #B50239 Cardinal

📋 copy color: '#B50239'

red 181 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B50239

Tints of Cardinal #B50239

RGB

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

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

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

R = 75.42%
G = 0.83%
B = 23.75%

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

#B50239 (or 0xB50239) is known color: Cardinal. HEX triplet: B5, 02 and 39. RGB value is (181,2,57). Sum of RGB (Red+Green+Blue) = 181+2+57=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B50239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50239 is #4AFDC6. Grayscale: #3D3D3D. Windows color (decimal): -4914631 or 3736245. OLE color: 3736245.

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

Color convert

RGB 181 2 57 -
CMYK 0 0.99 0.69 0.29
HSL 341.56º 0.98% 0.36% -
HSV(B) 341.56º 0.99% 0.71% -
XYZ 19.82 10.16 4.79 -
YUV 61.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 181 2 57 0 0.99 0.69 0.29 341.56 0.98 0.36
Hex B5 2 39 0 63 45 1D 156 62 24
Octal 265 2 71 0 143 105 35 526 142 44
Binary 10110101 10 111001 0 1100011 1000101 11101 101010110 1100010 100100

Color Harmonies of #B50239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50239

Black with #B50239

Text Example


Text Example

White with #B50239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50239; }

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

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

background-color css

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

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

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

border-color css

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

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

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