Html Css Color HEX #B50741 Cardinal

📋 copy color: '#B50741'

red 181 ◦ green 7 ◦ blue 65

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

Shades of Cardinal #B50741

Tints of Cardinal #B50741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 71.54%
G = 2.77%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50741 (or 0xB50741) is known color: Cardinal. HEX triplet: B5, 07 and 41. RGB value is (181,7,65). Sum of RGB (Red+Green+Blue) = 181+7+65=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B50741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50741 is #4AF8BE. Grayscale: #414141. Windows color (decimal): -4913343 or 4261813. OLE color: 4261813.

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

Color convert

RGB 181 7 65 -
CMYK 0 0.96 0.64 0.29
HSL 340º 0.93% 0.37% -
HSV(B) 340º 0.96% 0.71% -
XYZ 20.09 10.36 5.94 -
YUV 65.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 181 7 65 0 0.96 0.64 0.29 340 0.93 0.37
Hex B5 7 41 0 60 40 1D 154 5D 25
Octal 265 7 101 0 140 100 35 524 135 45
Binary 10110101 111 1000001 0 1100000 1000000 11101 101010100 1011101 100101

Color Harmonies of #B50741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50741

Black with #B50741

Text Example


Text Example

White with #B50741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50741; }

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

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

background-color css

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

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

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

border-color css

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

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

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