Html Css Color HEX #B90537 Cardinal

📋 copy color: '#B90537'

red 185 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #B90537

Tints of Cardinal #B90537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 75.51%
G = 2.04%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90537 (or 0xB90537) is known color: Cardinal. HEX triplet: B9, 05 and 37. RGB value is (185,5,55). Sum of RGB (Red+Green+Blue) = 185+5+55=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B90537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90537 is #46FAC8. Grayscale: #404040. Windows color (decimal): -4651721 or 3605945. OLE color: 3605945.

HSL color Cylindrical-coordinate representation of color #B90537: hue angle of 343.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90537 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 55 -
CMYK 0 0.97 0.70 0.27
HSL 343.33º 0.95% 0.37% -
HSV(B) 343.33º 0.97% 0.73% -
XYZ 20.75 10.7 4.59 -
YUV 64.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 185 5 55 0 0.97 0.70 0.27 343.33 0.95 0.37
Hex B9 5 37 0 61 46 1B 157 5F 25
Octal 271 5 67 0 141 106 33 527 137 45
Binary 10111001 101 110111 0 1100001 1000110 11011 101010111 1011111 100101

Color Harmonies of #B90537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90537

Black with #B90537

Text Example


Text Example

White with #B90537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90537; }

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

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

background-color css

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

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

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

border-color css

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

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

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