Html Css Color HEX #B50237 Cardinal

📋 copy color: '#B50237'

red 181 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #B50237

Tints of Cardinal #B50237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 76.05%
G = 0.84%
B = 23.11%

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

#B50237 (or 0xB50237) is known color: Cardinal. HEX triplet: B5, 02 and 37. RGB value is (181,2,55). Sum of RGB (Red+Green+Blue) = 181+2+55=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B50237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50237 is #4AFDC8. Grayscale: #3D3D3D. Windows color (decimal): -4914633 or 3605173. OLE color: 3605173.

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

Color convert

RGB 181 2 55 -
CMYK 0 0.99 0.70 0.29
HSL 342.23º 0.98% 0.36% -
HSV(B) 342.23º 0.99% 0.71% -
XYZ 19.77 10.14 4.53 -
YUV 61.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 181 2 55 0 0.99 0.70 0.29 342.23 0.98 0.36
Hex B5 2 37 0 63 46 1D 156 62 24
Octal 265 2 67 0 143 106 35 526 142 44
Binary 10110101 10 110111 0 1100011 1000110 11101 101010110 1100010 100100

Color Harmonies of #B50237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50237

Black with #B50237

Text Example


Text Example

White with #B50237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50237; }

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

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

background-color css

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

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

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

border-color css

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

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

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