Html Css Color HEX #B50740 Cardinal

📋 copy color: '#B50740'

red 181 ◦ green 7 ◦ blue 64

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

Shades of Cardinal #B50740

Tints of Cardinal #B50740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 71.83%
G = 2.78%
B = 25.4%

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

#B50740 (or 0xB50740) is known color: Cardinal. HEX triplet: B5, 07 and 40. RGB value is (181,7,64). Sum of RGB (Red+Green+Blue) = 181+7+64=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50740 is #4AF8BF. Grayscale: #414141. Windows color (decimal): -4913344 or 4196277. OLE color: 4196277.

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

Color convert

RGB 181 7 64 -
CMYK 0 0.96 0.65 0.29
HSL 340.34º 0.93% 0.37% -
HSV(B) 340.34º 0.96% 0.71% -
XYZ 20.06 10.35 5.79 -
YUV 65.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 181 7 64 0 0.96 0.65 0.29 340.34 0.93 0.37
Hex B5 7 40 0 60 41 1D 154 5D 25
Octal 265 7 100 0 140 101 35 524 135 45
Binary 10110101 111 1000000 0 1100000 1000001 11101 101010100 1011101 100101

Color Harmonies of #B50740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50740

Black with #B50740

Text Example


Text Example

White with #B50740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50740; }

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

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

background-color css

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

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

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

border-color css

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

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

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