Html Css Color HEX #B51249 Cardinal

📋 copy color: '#B51249'

red 181 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #B51249

Tints of Cardinal #B51249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 66.54%
G = 6.62%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B51249 (or 0xB51249) is known color: Cardinal. HEX triplet: B5, 12 and 49. RGB value is (181,18,73). Sum of RGB (Red+Green+Blue) = 181+18+73=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B51249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51249 is #4AEDB6. Grayscale: #484848. Windows color (decimal): -4910519 or 4788917. OLE color: 4788917.

HSL color Cylindrical-coordinate representation of color #B51249: hue angle of 339.75º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51249 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 73 -
CMYK 0 0.90 0.60 0.29
HSL 339.75º 0.82% 0.39% -
HSV(B) 339.75º 0.9% 0.71% -
XYZ 20.47 10.74 7.3 -
YUV 73.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 181 18 73 0 0.90 0.60 0.29 339.75 0.82 0.39
Hex B5 12 49 0 5A 3C 1D 154 52 27
Octal 265 22 111 0 132 74 35 524 122 47
Binary 10110101 10010 1001001 0 1011010 111100 11101 101010100 1010010 100111

Color Harmonies of #B51249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51249

Black with #B51249

Text Example


Text Example

White with #B51249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51249; }

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

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

background-color css

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

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

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

border-color css

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

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

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