Html Css Color HEX #B50B3E Cardinal

📋 copy color: '#B50B3E'

red 181 ◦ green 11 ◦ blue 62

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

Shades of Cardinal #B50B3E

Tints of Cardinal #B50B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 71.26%
G = 4.33%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B50B3E (or 0xB50B3E) is known color: Cardinal. HEX triplet: B5, 0B and 3E. RGB value is (181,11,62). Sum of RGB (Red+Green+Blue) = 181+11+62=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B3E is #4AF4C1. Grayscale: #434343. Windows color (decimal): -4912322 or 4066229. OLE color: 4066229.

HSL color Cylindrical-coordinate representation of color #B50B3E: hue angle of 342º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B3E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 62 -
CMYK 0 0.94 0.66 0.29
HSL 342º 0.89% 0.38% -
HSV(B) 342º 0.94% 0.71% -
XYZ 20.05 10.41 5.51 -
YUV 67.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 181 11 62 0 0.94 0.66 0.29 342 0.89 0.38
Hex B5 B 3E 0 5E 42 1D 156 59 26
Octal 265 13 76 0 136 102 35 526 131 46
Binary 10110101 1011 111110 0 1011110 1000010 11101 101010110 1011001 100110

Color Harmonies of #B50B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B3E

Black with #B50B3E

Text Example


Text Example

White with #B50B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B3E; }

 p { color: rgb(181,11,62); }

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

background-color css

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

 a { background-color: rgb(181,11,62); }

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

border-color css

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

 span { border-color: rgb(181,11,62); }

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