Html Css Color HEX #B90837 Cardinal

📋 copy color: '#B90837'

red 185 ◦ green 8 ◦ blue 55

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

Shades of Cardinal #B90837

Tints of Cardinal #B90837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 74.6%
G = 3.23%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90837 (or 0xB90837) is known color: Cardinal. HEX triplet: B9, 08 and 37. RGB value is (185,8,55). Sum of RGB (Red+Green+Blue) = 185+8+55=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B90837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90837 is #46F7C8. Grayscale: #424242. Windows color (decimal): -4650953 or 3606713. OLE color: 3606713.

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

Color convert

RGB 185 8 55 -
CMYK 0 0.96 0.70 0.27
HSL 344.07º 0.92% 0.38% -
HSV(B) 344.07º 0.96% 0.73% -
XYZ 20.78 10.76 4.6 -
YUV 66.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 185 8 55 0 0.96 0.70 0.27 344.07 0.92 0.38
Hex B9 8 37 0 60 46 1B 158 5C 26
Octal 271 10 67 0 140 106 33 530 134 46
Binary 10111001 1000 110111 0 1100000 1000110 11011 101011000 1011100 100110

Color Harmonies of #B90837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90837

Black with #B90837

Text Example


Text Example

White with #B90837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90837; }

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

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

background-color css

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

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

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

border-color css

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

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

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