Html Css Color HEX #B90737 Cardinal

📋 copy color: '#B90737'

red 185 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #B90737

Tints of Cardinal #B90737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 74.9%
G = 2.83%
B = 22.27%

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

#B90737 (or 0xB90737) is known color: Cardinal. HEX triplet: B9, 07 and 37. RGB value is (185,7,55). Sum of RGB (Red+Green+Blue) = 185+7+55=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B90737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90737 is #46F8C8. Grayscale: #414141. Windows color (decimal): -4651209 or 3606457. OLE color: 3606457.

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

Color convert

RGB 185 7 55 -
CMYK 0 0.96 0.70 0.27
HSL 343.82º 0.93% 0.38% -
HSV(B) 343.82º 0.96% 0.73% -
XYZ 20.77 10.74 4.59 -
YUV 65.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 185 7 55 0 0.96 0.70 0.27 343.82 0.93 0.38
Hex B9 7 37 0 60 46 1B 158 5D 26
Octal 271 7 67 0 140 106 33 530 135 46
Binary 10111001 111 110111 0 1100000 1000110 11011 101011000 1011101 100110

Color Harmonies of #B90737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90737

Black with #B90737

Text Example


Text Example

White with #B90737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90737; }

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

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

background-color css

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

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

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

border-color css

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

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

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