Html Css Color HEX #B90B44 Cardinal

📋 copy color: '#B90B44'

red 185 ◦ green 11 ◦ blue 68

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

Shades of Cardinal #B90B44

Tints of Cardinal #B90B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 70.08%
G = 4.17%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B90B44 (or 0xB90B44) is known color: Cardinal. HEX triplet: B9, 0B and 44. RGB value is (185,11,68). Sum of RGB (Red+Green+Blue) = 185+11+68=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B44 is #46F4BB. Grayscale: #454545. Windows color (decimal): -4650172 or 4459449. OLE color: 4459449.

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

Color convert

RGB 185 11 68 -
CMYK 0 0.94 0.63 0.27
HSL 340.34º 0.89% 0.38% -
HSV(B) 340.34º 0.94% 0.73% -
XYZ 21.17 10.97 6.47 -
YUV 69.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 185 11 68 0 0.94 0.63 0.27 340.34 0.89 0.38
Hex B9 B 44 0 5E 3F 1B 154 59 26
Octal 271 13 104 0 136 77 33 524 131 46
Binary 10111001 1011 1000100 0 1011110 111111 11011 101010100 1011001 100110

Color Harmonies of #B90B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B44

Black with #B90B44

Text Example


Text Example

White with #B90B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B44; }

 p { color: rgb(185,11,68); }

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

background-color css

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

 a { background-color: rgb(185,11,68); }

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

border-color css

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

 span { border-color: rgb(185,11,68); }

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