Html Css Color HEX #B50642 Cardinal

📋 copy color: '#B50642'

red 181 ◦ green 6 ◦ blue 66

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

Shades of Cardinal #B50642

Tints of Cardinal #B50642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 71.54%
G = 2.37%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50642 (or 0xB50642) is known color: Cardinal. HEX triplet: B5, 06 and 42. RGB value is (181,6,66). Sum of RGB (Red+Green+Blue) = 181+6+66=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B50642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50642 is #4AF9BD. Grayscale: #414141. Windows color (decimal): -4913598 or 4327093. OLE color: 4327093.

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

Color convert

RGB 181 6 66 -
CMYK 0 0.97 0.64 0.29
HSL 339.43º 0.94% 0.37% -
HSV(B) 339.43º 0.97% 0.71% -
XYZ 20.1 10.35 6.09 -
YUV 65.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 181 6 66 0 0.97 0.64 0.29 339.43 0.94 0.37
Hex B5 6 42 0 61 40 1D 153 5E 25
Octal 265 6 102 0 141 100 35 523 136 45
Binary 10110101 110 1000010 0 1100001 1000000 11101 101010011 1011110 100101

Color Harmonies of #B50642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50642

Black with #B50642

Text Example


Text Example

White with #B50642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50642; }

 p { color: rgb(181,6,66); }

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

background-color css

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

 a { background-color: rgb(181,6,66); }

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

border-color css

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

 span { border-color: rgb(181,6,66); }

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