Html Css Color HEX #B50840 Cardinal

📋 copy color: '#B50840'

red 181 ◦ green 8 ◦ blue 64

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

Shades of Cardinal #B50840

Tints of Cardinal #B50840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 71.54%
G = 3.16%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B50840 (or 0xB50840) is known color: Cardinal. HEX triplet: B5, 08 and 40. RGB value is (181,8,64). Sum of RGB (Red+Green+Blue) = 181+8+64=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B50840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50840 is #4AF7BF. Grayscale: #424242. Windows color (decimal): -4913088 or 4196533. OLE color: 4196533.

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

Color convert

RGB 181 8 64 -
CMYK 0 0.96 0.65 0.29
HSL 340.58º 0.92% 0.37% -
HSV(B) 340.58º 0.96% 0.71% -
XYZ 20.07 10.37 5.79 -
YUV 66.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 181 8 64 0 0.96 0.65 0.29 340.58 0.92 0.37
Hex B5 8 40 0 60 41 1D 155 5C 25
Octal 265 10 100 0 140 101 35 525 134 45
Binary 10110101 1000 1000000 0 1100000 1000001 11101 101010101 1011100 100101

Color Harmonies of #B50840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50840

Black with #B50840

Text Example


Text Example

White with #B50840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50840; }

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

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

background-color css

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

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

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

border-color css

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

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

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