Html Css Color HEX #B50E35 Cardinal

📋 copy color: '#B50E35'

red 181 ◦ green 14 ◦ blue 53

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

Shades of Cardinal #B50E35

Tints of Cardinal #B50E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 72.98%
G = 5.65%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50E35 (or 0xB50E35) is known color: Cardinal. HEX triplet: B5, 0E and 35. RGB value is (181,14,53). Sum of RGB (Red+Green+Blue) = 181+14+53=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E35 is #4AF1CA. Grayscale: #444444. Windows color (decimal): -4911563 or 3477173. OLE color: 3477173.

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

Color convert

RGB 181 14 53 -
CMYK 0 0.92 0.71 0.29
HSL 345.99º 0.86% 0.38% -
HSV(B) 345.99º 0.92% 0.71% -
XYZ 19.86 10.39 4.33 -
YUV 68.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 181 14 53 0 0.92 0.71 0.29 345.99 0.86 0.38
Hex B5 E 35 0 5C 47 1D 15A 56 26
Octal 265 16 65 0 134 107 35 532 126 46
Binary 10110101 1110 110101 0 1011100 1000111 11101 101011010 1010110 100110

Color Harmonies of #B50E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E35

Black with #B50E35

Text Example


Text Example

White with #B50E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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