Html Css Color HEX #B50232 Cardinal

📋 copy color: '#B50232'

red 181 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #B50232

Tints of Cardinal #B50232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 77.68%
G = 0.86%
B = 21.46%

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

#B50232 (or 0xB50232) is known color: Cardinal. HEX triplet: B5, 02 and 32. RGB value is (181,2,50). Sum of RGB (Red+Green+Blue) = 181+2+50=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50232 is #4AFDCD. Grayscale: #3C3C3C. Windows color (decimal): -4914638 or 3277493. OLE color: 3277493.

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

Color convert

RGB 181 2 50 -
CMYK 0 0.99 0.72 0.29
HSL 343.91º 0.98% 0.36% -
HSV(B) 343.91º 0.99% 0.71% -
XYZ 19.65 10.1 3.93 -
YUV 60.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 181 2 50 0 0.99 0.72 0.29 343.91 0.98 0.36
Hex B5 2 32 0 63 48 1D 158 62 24
Octal 265 2 62 0 143 110 35 530 142 44
Binary 10110101 10 110010 0 1100011 1001000 11101 101011000 1100010 100100

Color Harmonies of #B50232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50232

Black with #B50232

Text Example


Text Example

White with #B50232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50232; }

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

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

background-color css

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

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

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

border-color css

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

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

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