Html Css Color HEX #B50339 Cardinal

📋 copy color: '#B50339'

red 181 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #B50339

Tints of Cardinal #B50339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 75.1%
G = 1.24%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50339 (or 0xB50339) is known color: Cardinal. HEX triplet: B5, 03 and 39. RGB value is (181,3,57). Sum of RGB (Red+Green+Blue) = 181+3+57=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B50339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50339 is #4AFCC6. Grayscale: #3E3E3E. Windows color (decimal): -4914375 or 3736501. OLE color: 3736501.

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

Color convert

RGB 181 3 57 -
CMYK 0 0.98 0.69 0.29
HSL 341.8º 0.97% 0.36% -
HSV(B) 341.8º 0.98% 0.71% -
XYZ 19.83 10.18 4.79 -
YUV 62.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 181 3 57 0 0.98 0.69 0.29 341.8 0.97 0.36
Hex B5 3 39 0 62 45 1D 156 61 24
Octal 265 3 71 0 142 105 35 526 141 44
Binary 10110101 11 111001 0 1100010 1000101 11101 101010110 1100001 100100

Color Harmonies of #B50339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50339

Black with #B50339

Text Example


Text Example

White with #B50339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50339; }

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

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

background-color css

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

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

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

border-color css

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

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

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