Html Css Color HEX #B50141 Cardinal

📋 copy color: '#B50141'

red 181 ◦ green 1 ◦ blue 65

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

Shades of Cardinal #B50141

Tints of Cardinal #B50141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 73.28%
G = 0.4%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50141 (or 0xB50141) is known color: Cardinal. HEX triplet: B5, 01 and 41. RGB value is (181,1,65). Sum of RGB (Red+Green+Blue) = 181+1+65=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B50141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50141 is #4AFEBE. Grayscale: #3E3E3E. Windows color (decimal): -4914879 or 4260277. OLE color: 4260277.

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

Color convert

RGB 181 1 65 -
CMYK 0 0.99 0.64 0.29
HSL 338.67º 0.99% 0.36% -
HSV(B) 338.67º 0.99% 0.71% -
XYZ 20.02 10.23 5.92 -
YUV 62.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 181 1 65 0 0.99 0.64 0.29 338.67 0.99 0.36
Hex B5 1 41 0 63 40 1D 153 63 24
Octal 265 1 101 0 143 100 35 523 143 44
Binary 10110101 1 1000001 0 1100011 1000000 11101 101010011 1100011 100100

Color Harmonies of #B50141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50141

Black with #B50141

Text Example


Text Example

White with #B50141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50141; }

 p { color: rgb(181,1,65); }

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

background-color css

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

 a { background-color: rgb(181,1,65); }

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

border-color css

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

 span { border-color: rgb(181,1,65); }

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