Html Css Color HEX #B50E30 Cardinal

📋 copy color: '#B50E30'

red 181 ◦ green 14 ◦ blue 48

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

Shades of Cardinal #B50E30

Tints of Cardinal #B50E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.76%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 74.49%
G = 5.76%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B50E30 (or 0xB50E30) is known color: Cardinal. HEX triplet: B5, 0E and 30. RGB value is (181,14,48). Sum of RGB (Red+Green+Blue) = 181+14+48=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E30 is #4AF1CF. Grayscale: #434343. Windows color (decimal): -4911568 or 3149493. OLE color: 3149493.

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

Color convert

RGB 181 14 48 -
CMYK 0 0.92 0.73 0.29
HSL 347.78º 0.86% 0.38% -
HSV(B) 347.78º 0.92% 0.71% -
XYZ 19.75 10.35 3.75 -
YUV 67.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 181 14 48 0 0.92 0.73 0.29 347.78 0.86 0.38
Hex B5 E 30 0 5C 49 1D 15C 56 26
Octal 265 16 60 0 134 111 35 534 126 46
Binary 10110101 1110 110000 0 1011100 1001001 11101 101011100 1010110 100110

Color Harmonies of #B50E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E30

Black with #B50E30

Text Example


Text Example

White with #B50E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E30; }

 p { color: rgb(181,14,48); }

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

background-color css

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

 a { background-color: rgb(181,14,48); }

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

border-color css

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

 span { border-color: rgb(181,14,48); }

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