Html Css Color HEX #B50133 Cardinal

📋 copy color: '#B50133'

red 181 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #B50133

Tints of Cardinal #B50133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 77.68%
G = 0.43%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50133 (or 0xB50133) is known color: Cardinal. HEX triplet: B5, 01 and 33. RGB value is (181,1,51). Sum of RGB (Red+Green+Blue) = 181+1+51=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50133 is #4AFECC. Grayscale: #3C3C3C. Windows color (decimal): -4914893 or 3342773. OLE color: 3342773.

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

Color convert

RGB 181 1 51 -
CMYK 0 0.99 0.72 0.29
HSL 343.33º 0.99% 0.36% -
HSV(B) 343.33º 0.99% 0.71% -
XYZ 19.66 10.08 4.04 -
YUV 60.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 181 1 51 0 0.99 0.72 0.29 343.33 0.99 0.36
Hex B5 1 33 0 63 48 1D 157 63 24
Octal 265 1 63 0 143 110 35 527 143 44
Binary 10110101 1 110011 0 1100011 1001000 11101 101010111 1100011 100100

Color Harmonies of #B50133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50133

Black with #B50133

Text Example


Text Example

White with #B50133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50133; }

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

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

background-color css

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

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

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

border-color css

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

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

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