Html Css Color HEX #B50436 Cardinal

📋 copy color: '#B50436'

red 181 ◦ green 4 ◦ blue 54

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

Shades of Cardinal #B50436

Tints of Cardinal #B50436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 75.73%
G = 1.67%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B50436 (or 0xB50436) is known color: Cardinal. HEX triplet: B5, 04 and 36. RGB value is (181,4,54). Sum of RGB (Red+Green+Blue) = 181+4+54=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50436 is #4AFBC9. Grayscale: #3E3E3E. Windows color (decimal): -4914122 or 3540149. OLE color: 3540149.

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

Color convert

RGB 181 4 54 -
CMYK 0 0.98 0.70 0.29
HSL 343.05º 0.96% 0.36% -
HSV(B) 343.05º 0.98% 0.71% -
XYZ 19.77 10.18 4.41 -
YUV 62.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 181 4 54 0 0.98 0.70 0.29 343.05 0.96 0.36
Hex B5 4 36 0 62 46 1D 157 60 24
Octal 265 4 66 0 142 106 35 527 140 44
Binary 10110101 100 110110 0 1100010 1000110 11101 101010111 1100000 100100

Color Harmonies of #B50436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50436

Black with #B50436

Text Example


Text Example

White with #B50436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50436; }

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

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

background-color css

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

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

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

border-color css

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

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

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