Html Css Color HEX #B50B3A Cardinal

📋 copy color: '#B50B3A'

red 181 ◦ green 11 ◦ blue 58

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

Shades of Cardinal #B50B3A

Tints of Cardinal #B50B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 72.4%
G = 4.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B50B3A (or 0xB50B3A) is known color: Cardinal. HEX triplet: B5, 0B and 3A. RGB value is (181,11,58). Sum of RGB (Red+Green+Blue) = 181+11+58=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B3A is #4AF4C5. Grayscale: #434343. Windows color (decimal): -4912326 or 3804085. OLE color: 3804085.

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

Color convert

RGB 181 11 58 -
CMYK 0 0.94 0.68 0.29
HSL 343.41º 0.89% 0.38% -
HSV(B) 343.41º 0.94% 0.71% -
XYZ 19.94 10.37 4.95 -
YUV 67.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 181 11 58 0 0.94 0.68 0.29 343.41 0.89 0.38
Hex B5 B 3A 0 5E 44 1D 157 59 26
Octal 265 13 72 0 136 104 35 527 131 46
Binary 10110101 1011 111010 0 1011110 1000100 11101 101010111 1011001 100110

Color Harmonies of #B50B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B3A

Black with #B50B3A

Text Example


Text Example

White with #B50B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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