Html Css Color HEX #B50233 Cardinal

📋 copy color: '#B50233'

red 181 ◦ green 2 ◦ blue 51

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

Shades of Cardinal #B50233

Tints of Cardinal #B50233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 77.35%
G = 0.85%
B = 21.79%

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

#B50233 (or 0xB50233) is known color: Cardinal. HEX triplet: B5, 02 and 33. RGB value is (181,2,51). Sum of RGB (Red+Green+Blue) = 181+2+51=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B50233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50233 is #4AFDCC. Grayscale: #3D3D3D. Windows color (decimal): -4914637 or 3343029. OLE color: 3343029.

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

Color convert

RGB 181 2 51 -
CMYK 0 0.99 0.72 0.29
HSL 343.58º 0.98% 0.36% -
HSV(B) 343.58º 0.99% 0.71% -
XYZ 19.68 10.11 4.05 -
YUV 61.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 181 2 51 0 0.99 0.72 0.29 343.58 0.98 0.36
Hex B5 2 33 0 63 48 1D 158 62 24
Octal 265 2 63 0 143 110 35 530 142 44
Binary 10110101 10 110011 0 1100011 1001000 11101 101011000 1100010 100100

Color Harmonies of #B50233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50233

Black with #B50233

Text Example


Text Example

White with #B50233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50233; }

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

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

background-color css

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

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

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

border-color css

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

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

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