Html Css Color HEX #B50535 Cardinal

📋 copy color: '#B50535'

red 181 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #B50535

Tints of Cardinal #B50535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 75.73%
G = 2.09%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50535 (or 0xB50535) is known color: Cardinal. HEX triplet: B5, 05 and 35. RGB value is (181,5,53). Sum of RGB (Red+Green+Blue) = 181+5+53=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50535 is #4AFACA. Grayscale: #3F3F3F. Windows color (decimal): -4913867 or 3474869. OLE color: 3474869.

HSL color Cylindrical-coordinate representation of color #B50535: hue angle of 343.64º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50535 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 53 -
CMYK 0 0.97 0.71 0.29
HSL 343.64º 0.95% 0.36% -
HSV(B) 343.64º 0.97% 0.71% -
XYZ 19.75 10.19 4.29 -
YUV 63.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 181 5 53 0 0.97 0.71 0.29 343.64 0.95 0.36
Hex B5 5 35 0 61 47 1D 158 5F 24
Octal 265 5 65 0 141 107 35 530 137 44
Binary 10110101 101 110101 0 1100001 1000111 11101 101011000 1011111 100100

Color Harmonies of #B50535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50535

Black with #B50535

Text Example


Text Example

White with #B50535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50535; }

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

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

background-color css

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

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

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

border-color css

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

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

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