Html Css Color HEX #B90E49 Cardinal

📋 copy color: '#B90E49'

red 185 ◦ green 14 ◦ blue 73

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

Shades of Cardinal #B90E49

Tints of Cardinal #B90E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

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

R = 68.01%
G = 5.15%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B90E49 (or 0xB90E49) is known color: Cardinal. HEX triplet: B9, 0E and 49. RGB value is (185,14,73). Sum of RGB (Red+Green+Blue) = 185+14+73=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E49 is #46F1B6. Grayscale: #474747. Windows color (decimal): -4649399 or 4787897. OLE color: 4787897.

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

Color convert

RGB 185 14 73 -
CMYK 0 0.92 0.61 0.27
HSL 339.3º 0.86% 0.39% -
HSV(B) 339.3º 0.92% 0.73% -
XYZ 21.37 11.11 7.32 -
YUV 71.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 185 14 73 0 0.92 0.61 0.27 339.3 0.86 0.39
Hex B9 E 49 0 5C 3D 1B 153 56 27
Octal 271 16 111 0 134 75 33 523 126 47
Binary 10111001 1110 1001001 0 1011100 111101 11011 101010011 1010110 100111

Color Harmonies of #B90E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E49

Black with #B90E49

Text Example


Text Example

White with #B90E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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