Html Css Color HEX #B50236 Cardinal

📋 copy color: '#B50236'

red 181 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #B50236

Tints of Cardinal #B50236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 76.37%
G = 0.84%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B50236 (or 0xB50236) is known color: Cardinal. HEX triplet: B5, 02 and 36. RGB value is (181,2,54). Sum of RGB (Red+Green+Blue) = 181+2+54=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B50236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50236 is #4AFDC9. Grayscale: #3D3D3D. Windows color (decimal): -4914634 or 3539637. OLE color: 3539637.

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

Color convert

RGB 181 2 54 -
CMYK 0 0.99 0.70 0.29
HSL 342.57º 0.98% 0.36% -
HSV(B) 342.57º 0.99% 0.71% -
XYZ 19.74 10.13 4.41 -
YUV 61.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 181 2 54 0 0.99 0.70 0.29 342.57 0.98 0.36
Hex B5 2 36 0 63 46 1D 157 62 24
Octal 265 2 66 0 143 106 35 527 142 44
Binary 10110101 10 110110 0 1100011 1000110 11101 101010111 1100010 100100

Color Harmonies of #B50236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50236

Black with #B50236

Text Example


Text Example

White with #B50236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50236; }

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

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

background-color css

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

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

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

border-color css

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

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

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