Html Css Color HEX #B90437 Cardinal

📋 copy color: '#B90437'

red 185 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #B90437

Tints of Cardinal #B90437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 75.82%
G = 1.64%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90437 (or 0xB90437) is known color: Cardinal. HEX triplet: B9, 04 and 37. RGB value is (185,4,55). Sum of RGB (Red+Green+Blue) = 185+4+55=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B90437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90437 is #46FBC8. Grayscale: #3F3F3F. Windows color (decimal): -4651977 or 3605689. OLE color: 3605689.

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

Color convert

RGB 185 4 55 -
CMYK 0 0.98 0.70 0.27
HSL 343.09º 0.96% 0.37% -
HSV(B) 343.09º 0.98% 0.73% -
XYZ 20.74 10.68 4.58 -
YUV 63.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 185 4 55 0 0.98 0.70 0.27 343.09 0.96 0.37
Hex B9 4 37 0 62 46 1B 157 60 25
Octal 271 4 67 0 142 106 33 527 140 45
Binary 10111001 100 110111 0 1100010 1000110 11011 101010111 1100000 100101

Color Harmonies of #B90437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90437

Black with #B90437

Text Example


Text Example

White with #B90437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90437; }

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

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

background-color css

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

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

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

border-color css

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

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

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