Html Css Color HEX #B50533 Cardinal

📋 copy color: '#B50533'

red 181 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #B50533

Tints of Cardinal #B50533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 76.37%
G = 2.11%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50533 (or 0xB50533) is known color: Cardinal. HEX triplet: B5, 05 and 33. RGB value is (181,5,51). Sum of RGB (Red+Green+Blue) = 181+5+51=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B50533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50533 is #4AFACC. Grayscale: #3E3E3E. Windows color (decimal): -4913869 or 3343797. OLE color: 3343797.

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

Color convert

RGB 181 5 51 -
CMYK 0 0.97 0.72 0.29
HSL 344.32º 0.95% 0.36% -
HSV(B) 344.32º 0.97% 0.71% -
XYZ 19.71 10.17 4.06 -
YUV 62.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 181 5 51 0 0.97 0.72 0.29 344.32 0.95 0.36
Hex B5 5 33 0 61 48 1D 158 5F 24
Octal 265 5 63 0 141 110 35 530 137 44
Binary 10110101 101 110011 0 1100001 1001000 11101 101011000 1011111 100100

Color Harmonies of #B50533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50533

Black with #B50533

Text Example


Text Example

White with #B50533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50533; }

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

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

background-color css

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

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

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

border-color css

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

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

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