Html Css Color HEX #B50839 Cardinal

📋 copy color: '#B50839'

red 181 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #B50839

Tints of Cardinal #B50839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 73.58%
G = 3.25%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50839 (or 0xB50839) is known color: Cardinal. HEX triplet: B5, 08 and 39. RGB value is (181,8,57). Sum of RGB (Red+Green+Blue) = 181+8+57=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B50839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50839 is #4AF7C6. Grayscale: #414141. Windows color (decimal): -4913095 or 3737781. OLE color: 3737781.

HSL color Cylindrical-coordinate representation of color #B50839: hue angle of 343.01º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50839 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 57 -
CMYK 0 0.96 0.69 0.29
HSL 343.01º 0.92% 0.37% -
HSV(B) 343.01º 0.96% 0.71% -
XYZ 19.88 10.29 4.81 -
YUV 65.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 181 8 57 0 0.96 0.69 0.29 343.01 0.92 0.37
Hex B5 8 39 0 60 45 1D 157 5C 25
Octal 265 10 71 0 140 105 35 527 134 45
Binary 10110101 1000 111001 0 1100000 1000101 11101 101010111 1011100 100101

Color Harmonies of #B50839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50839

Black with #B50839

Text Example


Text Example

White with #B50839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50839; }

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

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

background-color css

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

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

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

border-color css

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

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

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