Html Css Color HEX #B50941 Cardinal

📋 copy color: '#B50941'

red 181 ◦ green 9 ◦ blue 65

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

Shades of Cardinal #B50941

Tints of Cardinal #B50941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 70.98%
G = 3.53%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50941 (or 0xB50941) is known color: Cardinal. HEX triplet: B5, 09 and 41. RGB value is (181,9,65). Sum of RGB (Red+Green+Blue) = 181+9+65=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B50941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50941 is #4AF6BE. Grayscale: #424242. Windows color (decimal): -4912831 or 4262325. OLE color: 4262325.

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

Color convert

RGB 181 9 65 -
CMYK 0 0.95 0.64 0.29
HSL 340.47º 0.91% 0.37% -
HSV(B) 340.47º 0.95% 0.71% -
XYZ 20.11 10.4 5.95 -
YUV 66.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 181 9 65 0 0.95 0.64 0.29 340.47 0.91 0.37
Hex B5 9 41 0 5F 40 1D 154 5B 25
Octal 265 11 101 0 137 100 35 524 133 45
Binary 10110101 1001 1000001 0 1011111 1000000 11101 101010100 1011011 100101

Color Harmonies of #B50941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50941

Black with #B50941

Text Example


Text Example

White with #B50941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50941; }

 p { color: rgb(181,9,65); }

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

background-color css

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

 a { background-color: rgb(181,9,65); }

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

border-color css

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

 span { border-color: rgb(181,9,65); }

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