Html Css Color HEX #B90040 Cardinal

📋 copy color: '#B90040'

red 185 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #B90040

Tints of Cardinal #B90040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.3%
G = 0%
B = 25.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90040 (or 0xB90040) is known color: Cardinal. HEX triplet: B9, 00 and 40. RGB value is (185,0,64). Sum of RGB (Red+Green+Blue) = 185+0+64=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B90040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90040 is #46FFBF. Grayscale: #3E3E3E. Windows color (decimal): -4652992 or 4194489. OLE color: 4194489.

HSL color Cylindrical-coordinate representation of color #B90040: hue angle of 339.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90040 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 64 -
CMYK 0 1 0.65 0.27
HSL 339.24º 1% 0.36% -
HSV(B) 339.24º 1% 0.73% -
XYZ 20.93 10.68 5.81 -
YUV 62.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 185 0 64 0 1 0.65 0.27 339.24 1 0.36
Hex B9 0 40 0 64 41 1B 153 64 24
Octal 271 0 100 0 144 101 33 523 144 44
Binary 10111001 0 1000000 0 1100100 1000001 11011 101010011 1100100 100100

Color Harmonies of #B90040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90040

Black with #B90040

Text Example


Text Example

White with #B90040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90040; }

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

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

background-color css

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

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

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

border-color css

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

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

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