Html Css Color HEX #B50644 Cardinal

📋 copy color: '#B50644'

red 181 ◦ green 6 ◦ blue 68

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

Shades of Cardinal #B50644

Tints of Cardinal #B50644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 70.98%
G = 2.35%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50644 (or 0xB50644) is known color: Cardinal. HEX triplet: B5, 06 and 44. RGB value is (181,6,68). Sum of RGB (Red+Green+Blue) = 181+6+68=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B50644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50644 is #4AF9BB. Grayscale: #414141. Windows color (decimal): -4913596 or 4458165. OLE color: 4458165.

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

Color convert

RGB 181 6 68 -
CMYK 0 0.97 0.62 0.29
HSL 338.74º 0.94% 0.37% -
HSV(B) 338.74º 0.97% 0.71% -
XYZ 20.16 10.37 6.41 -
YUV 65.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 181 6 68 0 0.97 0.62 0.29 338.74 0.94 0.37
Hex B5 6 44 0 61 3E 1D 153 5E 25
Octal 265 6 104 0 141 76 35 523 136 45
Binary 10110101 110 1000100 0 1100001 111110 11101 101010011 1011110 100101

Color Harmonies of #B50644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50644

Black with #B50644

Text Example


Text Example

White with #B50644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50644; }

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

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

background-color css

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

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

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

border-color css

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

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

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