Html Css Color HEX #B50844 Cardinal

📋 copy color: '#B50844'

red 181 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #B50844

Tints of Cardinal #B50844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 70.43%
G = 3.11%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50844 (or 0xB50844) is known color: Cardinal. HEX triplet: B5, 08 and 44. RGB value is (181,8,68). Sum of RGB (Red+Green+Blue) = 181+8+68=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B50844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50844 is #4AF7BB. Grayscale: #424242. Windows color (decimal): -4913084 or 4458677. OLE color: 4458677.

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

Color convert

RGB 181 8 68 -
CMYK 0 0.96 0.62 0.29
HSL 339.19º 0.92% 0.37% -
HSV(B) 339.19º 0.96% 0.71% -
XYZ 20.19 10.41 6.42 -
YUV 66.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 181 8 68 0 0.96 0.62 0.29 339.19 0.92 0.37
Hex B5 8 44 0 60 3E 1D 153 5C 25
Octal 265 10 104 0 140 76 35 523 134 45
Binary 10110101 1000 1000100 0 1100000 111110 11101 101010011 1011100 100101

Color Harmonies of #B50844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50844

Black with #B50844

Text Example


Text Example

White with #B50844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50844; }

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

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

background-color css

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

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

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

border-color css

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

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

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