Html Css Color HEX #B91931 Cardinal

📋 copy color: '#B91931'

red 185 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #B91931

Tints of Cardinal #B91931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

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

R = 71.43%
G = 9.65%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91931 (or 0xB91931) is known color: Cardinal. HEX triplet: B9, 19 and 31. RGB value is (185,25,49). Sum of RGB (Red+Green+Blue) = 185+25+49=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91931 is #46E6CE. Grayscale: #4B4B4B. Windows color (decimal): -4646607 or 3217849. OLE color: 3217849.

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

Color convert

RGB 185 25 49 -
CMYK 0 0.86 0.74 0.27
HSL 351º 0.76% 0.41% -
HSV(B) 351º 0.86% 0.73% -
XYZ 20.91 11.23 3.97 -
YUV 75.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 185 25 49 0 0.86 0.74 0.27 351 0.76 0.41
Hex B9 19 31 0 56 4A 1B 15F 4C 29
Octal 271 31 61 0 126 112 33 537 114 51
Binary 10111001 11001 110001 0 1010110 1001010 11011 101011111 1001100 101001

Color Harmonies of #B91931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91931

Black with #B91931

Text Example


Text Example

White with #B91931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91931; }

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

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

background-color css

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

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

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

border-color css

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

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

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