Html Css Color HEX #B90B40 Cardinal

📋 copy color: '#B90B40'

red 185 ◦ green 11 ◦ blue 64

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

Shades of Cardinal #B90B40

Tints of Cardinal #B90B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 71.15%
G = 4.23%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90B40 (or 0xB90B40) is known color: Cardinal. HEX triplet: B9, 0B and 40. RGB value is (185,11,64). Sum of RGB (Red+Green+Blue) = 185+11+64=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B40 is #46F4BF. Grayscale: #454545. Windows color (decimal): -4650176 or 4197305. OLE color: 4197305.

HSL color Cylindrical-coordinate representation of color #B90B40: hue angle of 341.72º 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 #B90B40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 11 64 -
CMYK 0 0.94 0.65 0.27
HSL 341.72º 0.89% 0.38% -
HSV(B) 341.72º 0.94% 0.73% -
XYZ 21.05 10.92 5.85 -
YUV 69.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 185 11 64 0 0.94 0.65 0.27 341.72 0.89 0.38
Hex B9 B 40 0 5E 41 1B 156 59 26
Octal 271 13 100 0 136 101 33 526 131 46
Binary 10111001 1011 1000000 0 1011110 1000001 11011 101010110 1011001 100110

Color Harmonies of #B90B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B40

Black with #B90B40

Text Example


Text Example

White with #B90B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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