Html Css Color HEX #B90136 Cardinal

📋 copy color: '#B90136'

red 185 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #B90136

Tints of Cardinal #B90136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 77.08%
G = 0.42%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90136 (or 0xB90136) is known color: Cardinal. HEX triplet: B9, 01 and 36. RGB value is (185,1,54). Sum of RGB (Red+Green+Blue) = 185+1+54=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90136 is #46FEC9. Grayscale: #3E3E3E. Windows color (decimal): -4652746 or 3539385. OLE color: 3539385.

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

Color convert

RGB 185 1 54 -
CMYK 0 0.99 0.71 0.27
HSL 342.72º 0.99% 0.36% -
HSV(B) 342.72º 0.99% 0.73% -
XYZ 20.68 10.6 4.45 -
YUV 62.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 185 1 54 0 0.99 0.71 0.27 342.72 0.99 0.36
Hex B9 1 36 0 63 47 1B 157 63 24
Octal 271 1 66 0 143 107 33 527 143 44
Binary 10111001 1 110110 0 1100011 1000111 11011 101010111 1100011 100100

Color Harmonies of #B90136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90136

Black with #B90136

Text Example


Text Example

White with #B90136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90136; }

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

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

background-color css

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

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

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

border-color css

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

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

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