Html Css Color HEX #B91531 Cardinal

📋 copy color: '#B91531'

red 185 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #B91531

Tints of Cardinal #B91531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 72.55%
G = 8.24%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91531 (or 0xB91531) is known color: Cardinal. HEX triplet: B9, 15 and 31. RGB value is (185,21,49). Sum of RGB (Red+Green+Blue) = 185+21+49=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B91531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91531 is #46EACE. Grayscale: #494949. Windows color (decimal): -4647631 or 3216825. OLE color: 3216825.

HSL color Cylindrical-coordinate representation of color #B91531: hue angle of 349.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91531 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 49 -
CMYK 0 0.89 0.74 0.27
HSL 349.76º 0.8% 0.4% -
HSV(B) 349.76º 0.89% 0.73% -
XYZ 20.83 11.07 3.95 -
YUV 73.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 185 21 49 0 0.89 0.74 0.27 349.76 0.8 0.4
Hex B9 15 31 0 59 4A 1B 15E 50 28
Octal 271 25 61 0 131 112 33 536 120 50
Binary 10111001 10101 110001 0 1011001 1001010 11011 101011110 1010000 101000

Color Harmonies of #B91531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91531

Black with #B91531

Text Example


Text Example

White with #B91531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91531; }

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

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

background-color css

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

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

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

border-color css

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

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

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