Html Css Color HEX #B50443 Cardinal

📋 copy color: '#B50443'

red 181 ◦ green 4 ◦ blue 67

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

Shades of Cardinal #B50443

Tints of Cardinal #B50443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 71.83%
G = 1.59%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B50443 (or 0xB50443) is known color: Cardinal. HEX triplet: B5, 04 and 43. RGB value is (181,4,67). Sum of RGB (Red+Green+Blue) = 181+4+67=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50443 is #4AFBBC. Grayscale: #404040. Windows color (decimal): -4914109 or 4392117. OLE color: 4392117.

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

Color convert

RGB 181 4 67 -
CMYK 0 0.98 0.63 0.29
HSL 338.64º 0.96% 0.36% -
HSV(B) 338.64º 0.98% 0.71% -
XYZ 20.11 10.32 6.24 -
YUV 64.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 181 4 67 0 0.98 0.63 0.29 338.64 0.96 0.36
Hex B5 4 43 0 62 3F 1D 153 60 24
Octal 265 4 103 0 142 77 35 523 140 44
Binary 10110101 100 1000011 0 1100010 111111 11101 101010011 1100000 100100

Color Harmonies of #B50443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50443

Black with #B50443

Text Example


Text Example

White with #B50443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50443; }

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

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

background-color css

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

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

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

border-color css

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

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

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