Html Css Color HEX #B50441 Cardinal

📋 copy color: '#B50441'

red 181 ◦ green 4 ◦ blue 65

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

Shades of Cardinal #B50441

Tints of Cardinal #B50441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 72.4%
G = 1.6%
B = 26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50441 (or 0xB50441) is known color: Cardinal. HEX triplet: B5, 04 and 41. RGB value is (181,4,65). Sum of RGB (Red+Green+Blue) = 181+4+65=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50441 is #4AFBBE. Grayscale: #3F3F3F. Windows color (decimal): -4914111 or 4261045. OLE color: 4261045.

HSL color Cylindrical-coordinate representation of color #B50441: hue angle of 339.32º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50441 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 65 -
CMYK 0 0.98 0.64 0.29
HSL 339.32º 0.96% 0.36% -
HSV(B) 339.32º 0.98% 0.71% -
XYZ 20.05 10.29 5.93 -
YUV 63.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 181 4 65 0 0.98 0.64 0.29 339.32 0.96 0.36
Hex B5 4 41 0 62 40 1D 153 60 24
Octal 265 4 101 0 142 100 35 523 140 44
Binary 10110101 100 1000001 0 1100010 1000000 11101 101010011 1100000 100100

Color Harmonies of #B50441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50441

Black with #B50441

Text Example


Text Example

White with #B50441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50441; }

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

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

background-color css

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

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

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

border-color css

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

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

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