Html Css Color HEX #B50439 Cardinal

📋 copy color: '#B50439'

red 181 ◦ green 4 ◦ blue 57

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

Shades of Cardinal #B50439

Tints of Cardinal #B50439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 74.79%
G = 1.65%
B = 23.55%

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

#B50439 (or 0xB50439) is known color: Cardinal. HEX triplet: B5, 04 and 39. RGB value is (181,4,57). Sum of RGB (Red+Green+Blue) = 181+4+57=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B50439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50439 is #4AFBC6. Grayscale: #3E3E3E. Windows color (decimal): -4914119 or 3736757. OLE color: 3736757.

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

Color convert

RGB 181 4 57 -
CMYK 0 0.98 0.69 0.29
HSL 342.03º 0.96% 0.36% -
HSV(B) 342.03º 0.98% 0.71% -
XYZ 19.84 10.21 4.8 -
YUV 62.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 181 4 57 0 0.98 0.69 0.29 342.03 0.96 0.36
Hex B5 4 39 0 62 45 1D 156 60 24
Octal 265 4 71 0 142 105 35 526 140 44
Binary 10110101 100 111001 0 1100010 1000101 11101 101010110 1100000 100100

Color Harmonies of #B50439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50439

Black with #B50439

Text Example


Text Example

White with #B50439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50439; }

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

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

background-color css

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

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

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

border-color css

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

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

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