Html Css Color HEX #B90531 Cardinal

📋 copy color: '#B90531'

red 185 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #B90531

Tints of Cardinal #B90531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 77.41%
G = 2.09%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90531 (or 0xB90531) is known color: Cardinal. HEX triplet: B9, 05 and 31. RGB value is (185,5,49). Sum of RGB (Red+Green+Blue) = 185+5+49=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90531 is #46FACE. Grayscale: #3F3F3F. Windows color (decimal): -4651727 or 3212729. OLE color: 3212729.

HSL color Cylindrical-coordinate representation of color #B90531: hue angle of 345.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 #B90531 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 49 -
CMYK 0 0.97 0.74 0.27
HSL 345.33º 0.95% 0.37% -
HSV(B) 345.33º 0.97% 0.73% -
XYZ 20.62 10.64 3.87 -
YUV 63.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 185 5 49 0 0.97 0.74 0.27 345.33 0.95 0.37
Hex B9 5 31 0 61 4A 1B 159 5F 25
Octal 271 5 61 0 141 112 33 531 137 45
Binary 10111001 101 110001 0 1100001 1001010 11011 101011001 1011111 100101

Color Harmonies of #B90531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90531

Black with #B90531

Text Example


Text Example

White with #B90531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90531; }

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

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

background-color css

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

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

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

border-color css

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

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

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