Html Css Color HEX #B50331 Cardinal

📋 copy color: '#B50331'

red 181 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #B50331

Tints of Cardinal #B50331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 77.68%
G = 1.29%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50331 (or 0xB50331) is known color: Cardinal. HEX triplet: B5, 03 and 31. RGB value is (181,3,49). Sum of RGB (Red+Green+Blue) = 181+3+49=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50331 is #4AFCCE. Grayscale: #3D3D3D. Windows color (decimal): -4914383 or 3212213. OLE color: 3212213.

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

Color convert

RGB 181 3 49 -
CMYK 0 0.98 0.73 0.29
HSL 344.49º 0.97% 0.36% -
HSV(B) 344.49º 0.98% 0.71% -
XYZ 19.64 10.11 3.82 -
YUV 61.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 181 3 49 0 0.98 0.73 0.29 344.49 0.97 0.36
Hex B5 3 31 0 62 49 1D 158 61 24
Octal 265 3 61 0 142 111 35 530 141 44
Binary 10110101 11 110001 0 1100010 1001001 11101 101011000 1100001 100100

Color Harmonies of #B50331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50331

Black with #B50331

Text Example


Text Example

White with #B50331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50331; }

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

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

background-color css

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

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

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

border-color css

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

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

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