Html Css Color HEX #B50B3C Cardinal

📋 copy color: '#B50B3C'

red 181 ◦ green 11 ◦ blue 60

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

Shades of Cardinal #B50B3C

Tints of Cardinal #B50B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 71.83%
G = 4.37%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B50B3C (or 0xB50B3C) is known color: Cardinal. HEX triplet: B5, 0B and 3C. RGB value is (181,11,60). Sum of RGB (Red+Green+Blue) = 181+11+60=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B3C is #4AF4C3. Grayscale: #434343. Windows color (decimal): -4912324 or 3935157. OLE color: 3935157.

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

Color convert

RGB 181 11 60 -
CMYK 0 0.94 0.67 0.29
HSL 342.71º 0.89% 0.38% -
HSV(B) 342.71º 0.94% 0.71% -
XYZ 19.99 10.39 5.23 -
YUV 67.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 181 11 60 0 0.94 0.67 0.29 342.71 0.89 0.38
Hex B5 B 3C 0 5E 43 1D 157 59 26
Octal 265 13 74 0 136 103 35 527 131 46
Binary 10110101 1011 111100 0 1011110 1000011 11101 101010111 1011001 100110

Color Harmonies of #B50B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B3C

Black with #B50B3C

Text Example


Text Example

White with #B50B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B3C; }

 p { color: rgb(181,11,60); }

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

background-color css

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

 a { background-color: rgb(181,11,60); }

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

border-color css

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

 span { border-color: rgb(181,11,60); }

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