Html Css Color HEX #B91431 Cardinal

📋 copy color: '#B91431'

red 185 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #B91431

Tints of Cardinal #B91431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 72.83%
G = 7.87%
B = 19.29%

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

#B91431 (or 0xB91431) is known color: Cardinal. HEX triplet: B9, 14 and 31. RGB value is (185,20,49). Sum of RGB (Red+Green+Blue) = 185+20+49=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B91431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91431 is #46EBCE. Grayscale: #484848. Windows color (decimal): -4647887 or 3216569. OLE color: 3216569.

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

Color convert

RGB 185 20 49 -
CMYK 0 0.89 0.74 0.27
HSL 349.45º 0.8% 0.4% -
HSV(B) 349.45º 0.89% 0.73% -
XYZ 20.81 11.04 3.94 -
YUV 72.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 185 20 49 0 0.89 0.74 0.27 349.45 0.8 0.4
Hex B9 14 31 0 59 4A 1B 15D 50 28
Octal 271 24 61 0 131 112 33 535 120 50
Binary 10111001 10100 110001 0 1011001 1001010 11011 101011101 1010000 101000

Color Harmonies of #B91431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91431

Black with #B91431

Text Example


Text Example

White with #B91431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91431; }

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

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

background-color css

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

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

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

border-color css

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

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

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