Html Css Color HEX #B91549 Cardinal

📋 copy color: '#B91549'

red 185 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #B91549

Tints of Cardinal #B91549

RGB

 RED value IS 185 (72.66% from 255) = 66.31%

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

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

R = 66.31%
G = 7.53%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B91549 (or 0xB91549) is known color: Cardinal. HEX triplet: B9, 15 and 49. RGB value is (185,21,73). Sum of RGB (Red+Green+Blue) = 185+21+73=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B91549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91549 is #46EAB6. Grayscale: #4B4B4B. Windows color (decimal): -4647607 or 4789689. OLE color: 4789689.

HSL color Cylindrical-coordinate representation of color #B91549: hue angle of 340.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91549 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 73 -
CMYK 0 0.89 0.61 0.27
HSL 340.98º 0.8% 0.4% -
HSV(B) 340.98º 0.89% 0.73% -
XYZ 21.48 11.33 7.36 -
YUV 75.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 185 21 73 0 0.89 0.61 0.27 340.98 0.8 0.4
Hex B9 15 49 0 59 3D 1B 155 50 28
Octal 271 25 111 0 131 75 33 525 120 50
Binary 10111001 10101 1001001 0 1011001 111101 11011 101010101 1010000 101000

Color Harmonies of #B91549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91549

Black with #B91549

Text Example


Text Example

White with #B91549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91549; }

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

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

background-color css

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

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

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

border-color css

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

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

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