Html Css Color HEX #B50031 Cardinal

📋 copy color: '#B50031'

red 181 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #B50031

Tints of Cardinal #B50031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.7%
G = 0%
B = 21.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50031 (or 0xB50031) is known color: Cardinal. HEX triplet: B5, 00 and 31. RGB value is (181,0,49). Sum of RGB (Red+Green+Blue) = 181+0+49=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B50031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50031 is #4AFFCE. Grayscale: #3B3B3B. Windows color (decimal): -4915151 or 3211445. OLE color: 3211445.

HSL color Cylindrical-coordinate representation of color #B50031: hue angle of 343.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50031 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 49 -
CMYK 0 1 0.73 0.29
HSL 343.76º 1% 0.35% -
HSV(B) 343.76º 1% 0.71% -
XYZ 19.61 10.05 3.81 -
YUV 59.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 181 0 49 0 1 0.73 0.29 343.76 1 0.35
Hex B5 0 31 0 64 49 1D 158 64 23
Octal 265 0 61 0 144 111 35 530 144 43
Binary 10110101 0 110001 0 1100100 1001001 11101 101011000 1100100 100011

Color Harmonies of #B50031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50031

Black with #B50031

Text Example


Text Example

White with #B50031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50031; }

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

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

background-color css

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

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

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

border-color css

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

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

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