Html Css Color HEX #B90036 Cardinal

📋 copy color: '#B90036'

red 185 ◦ green 0 ◦ blue 54

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

Shades of Cardinal #B90036

Tints of Cardinal #B90036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 77.41%
G = 0%
B = 22.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90036 (or 0xB90036) is known color: Cardinal. HEX triplet: B9, 00 and 36. RGB value is (185,0,54). Sum of RGB (Red+Green+Blue) = 185+0+54=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90036 is #46FFC9. Grayscale: #3D3D3D. Windows color (decimal): -4653002 or 3539129. OLE color: 3539129.

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

Color convert

RGB 185 0 54 -
CMYK 0 1 0.71 0.27
HSL 342.49º 1% 0.36% -
HSV(B) 342.49º 1% 0.73% -
XYZ 20.67 10.58 4.44 -
YUV 61.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 185 0 54 0 1 0.71 0.27 342.49 1 0.36
Hex B9 0 36 0 64 47 1B 156 64 24
Octal 271 0 66 0 144 107 33 526 144 44
Binary 10111001 0 110110 0 1100100 1000111 11011 101010110 1100100 100100

Color Harmonies of #B90036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90036

Black with #B90036

Text Example


Text Example

White with #B90036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90036; }

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

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

background-color css

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

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

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

border-color css

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

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

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