Html Css Color HEX #B50238 Cardinal

📋 copy color: '#B50238'

red 181 ◦ green 2 ◦ blue 56

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

Shades of Cardinal #B50238

Tints of Cardinal #B50238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 75.73%
G = 0.84%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50238 (or 0xB50238) is known color: Cardinal. HEX triplet: B5, 02 and 38. RGB value is (181,2,56). Sum of RGB (Red+Green+Blue) = 181+2+56=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50238 is #4AFDC7. Grayscale: #3D3D3D. Windows color (decimal): -4914632 or 3670709. OLE color: 3670709.

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

Color convert

RGB 181 2 56 -
CMYK 0 0.99 0.69 0.29
HSL 341.9º 0.98% 0.36% -
HSV(B) 341.9º 0.99% 0.71% -
XYZ 19.79 10.15 4.66 -
YUV 61.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 181 2 56 0 0.99 0.69 0.29 341.9 0.98 0.36
Hex B5 2 38 0 63 45 1D 156 62 24
Octal 265 2 70 0 143 105 35 526 142 44
Binary 10110101 10 111000 0 1100011 1000101 11101 101010110 1100010 100100

Color Harmonies of #B50238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50238

Black with #B50238

Text Example


Text Example

White with #B50238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50238; }

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

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

background-color css

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

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

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

border-color css

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

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

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