Html Css Color HEX #B51349 Cardinal

📋 copy color: '#B51349'

red 181 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #B51349

Tints of Cardinal #B51349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 66.3%
G = 6.96%
B = 26.74%

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

#B51349 (or 0xB51349) is known color: Cardinal. HEX triplet: B5, 13 and 49. RGB value is (181,19,73). Sum of RGB (Red+Green+Blue) = 181+19+73=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B51349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51349 is #4AECB6. Grayscale: #494949. Windows color (decimal): -4910263 or 4789173. OLE color: 4789173.

HSL color Cylindrical-coordinate representation of color #B51349: hue angle of 340º degrees, saturation: 0.81, 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 #B51349 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 73 -
CMYK 0 0.90 0.60 0.29
HSL 340º 0.81% 0.39% -
HSV(B) 340º 0.9% 0.71% -
XYZ 20.49 10.77 7.3 -
YUV 73.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 181 19 73 0 0.90 0.60 0.29 340 0.81 0.39
Hex B5 13 49 0 5A 3C 1D 154 51 27
Octal 265 23 111 0 132 74 35 524 121 47
Binary 10110101 10011 1001001 0 1011010 111100 11101 101010100 1010001 100111

Color Harmonies of #B51349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51349

Black with #B51349

Text Example


Text Example

White with #B51349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51349; }

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

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

background-color css

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

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

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

border-color css

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

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

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