Html Css Color HEX #B91249 Cardinal

📋 copy color: '#B91249'

red 185 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #B91249

Tints of Cardinal #B91249

RGB

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

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

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

R = 67.03%
G = 6.52%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B91249 (or 0xB91249) is known color: Cardinal. HEX triplet: B9, 12 and 49. RGB value is (185,18,73). Sum of RGB (Red+Green+Blue) = 185+18+73=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B91249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91249 is #46EDB6. Grayscale: #4A4A4A. Windows color (decimal): -4648375 or 4788921. OLE color: 4788921.

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

Color convert

RGB 185 18 73 -
CMYK 0 0.90 0.61 0.27
HSL 340.24º 0.82% 0.4% -
HSV(B) 340.24º 0.9% 0.73% -
XYZ 21.43 11.23 7.34 -
YUV 74.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 185 18 73 0 0.90 0.61 0.27 340.24 0.82 0.4
Hex B9 12 49 0 5A 3D 1B 154 52 28
Octal 271 22 111 0 132 75 33 524 122 50
Binary 10111001 10010 1001001 0 1011010 111101 11011 101010100 1010010 101000

Color Harmonies of #B91249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91249

Black with #B91249

Text Example


Text Example

White with #B91249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91249; }

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

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

background-color css

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

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

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

border-color css

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

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

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