Html Css Color HEX #B51549 Cardinal

📋 copy color: '#B51549'

red 181 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #B51549

Tints of Cardinal #B51549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 65.82%
G = 7.64%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B51549 (or 0xB51549) is known color: Cardinal. HEX triplet: B5, 15 and 49. RGB value is (181,21,73). Sum of RGB (Red+Green+Blue) = 181+21+73=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B51549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51549 is #4AEAB6. Grayscale: #4A4A4A. Windows color (decimal): -4909751 or 4789685. OLE color: 4789685.

HSL color Cylindrical-coordinate representation of color #B51549: hue angle of 340.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51549 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 73 -
CMYK 0 0.88 0.60 0.29
HSL 340.5º 0.79% 0.4% -
HSV(B) 340.5º 0.88% 0.71% -
XYZ 20.53 10.84 7.31 -
YUV 74.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 181 21 73 0 0.88 0.60 0.29 340.5 0.79 0.4
Hex B5 15 49 0 58 3C 1D 154 4F 28
Octal 265 25 111 0 130 74 35 524 117 50
Binary 10110101 10101 1001001 0 1011000 111100 11101 101010100 1001111 101000

Color Harmonies of #B51549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51549

Black with #B51549

Text Example


Text Example

White with #B51549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51549; }

 p { color: rgb(181,21,73); }

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

background-color css

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

 a { background-color: rgb(181,21,73); }

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

border-color css

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

 span { border-color: rgb(181,21,73); }

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