Html Css Color HEX #B90137 Cardinal

📋 copy color: '#B90137'

red 185 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B90137

Tints of Cardinal #B90137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 76.76%
G = 0.41%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90137 (or 0xB90137) is known color: Cardinal. HEX triplet: B9, 01 and 37. RGB value is (185,1,55). Sum of RGB (Red+Green+Blue) = 185+1+55=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90137 is #46FEC8. Grayscale: #3E3E3E. Windows color (decimal): -4652745 or 3604921. OLE color: 3604921.

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

Color convert

RGB 185 1 55 -
CMYK 0 0.99 0.70 0.27
HSL 342.39º 0.99% 0.36% -
HSV(B) 342.39º 0.99% 0.73% -
XYZ 20.71 10.61 4.57 -
YUV 62.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 185 1 55 0 0.99 0.70 0.27 342.39 0.99 0.36
Hex B9 1 37 0 63 46 1B 156 63 24
Octal 271 1 67 0 143 106 33 526 143 44
Binary 10111001 1 110111 0 1100011 1000110 11011 101010110 1100011 100100

Color Harmonies of #B90137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90137

Black with #B90137

Text Example


Text Example

White with #B90137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90137; }

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

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

background-color css

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

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

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

border-color css

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

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

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