Html Css Color HEX #B50B33 Cardinal

📋 copy color: '#B50B33'

red 181 ◦ green 11 ◦ blue 51

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

Shades of Cardinal #B50B33

Tints of Cardinal #B50B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 74.49%
G = 4.53%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50B33 (or 0xB50B33) is known color: Cardinal. HEX triplet: B5, 0B and 33. RGB value is (181,11,51). Sum of RGB (Red+Green+Blue) = 181+11+51=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B33 is #4AF4CC. Grayscale: #424242. Windows color (decimal): -4912333 or 3345333. OLE color: 3345333.

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

Color convert

RGB 181 11 51 -
CMYK 0 0.94 0.72 0.29
HSL 345.88º 0.89% 0.38% -
HSV(B) 345.88º 0.94% 0.71% -
XYZ 19.77 10.3 4.08 -
YUV 66.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 181 11 51 0 0.94 0.72 0.29 345.88 0.89 0.38
Hex B5 B 33 0 5E 48 1D 15A 59 26
Octal 265 13 63 0 136 110 35 532 131 46
Binary 10110101 1011 110011 0 1011110 1001000 11101 101011010 1011001 100110

Color Harmonies of #B50B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B33

Black with #B50B33

Text Example


Text Example

White with #B50B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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