Html Css Color HEX #B91140 Cardinal

📋 copy color: '#B91140'

red 185 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #B91140

Tints of Cardinal #B91140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 69.55%
G = 6.39%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B91140 (or 0xB91140) is known color: Cardinal. HEX triplet: B9, 11 and 40. RGB value is (185,17,64). Sum of RGB (Red+Green+Blue) = 185+17+64=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B91140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91140 is #46EEBF. Grayscale: #484848. Windows color (decimal): -4648640 or 4198841. OLE color: 4198841.

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

Color convert

RGB 185 17 64 -
CMYK 0 0.91 0.65 0.27
HSL 343.21º 0.83% 0.4% -
HSV(B) 343.21º 0.91% 0.73% -
XYZ 21.13 11.09 5.88 -
YUV 72.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 185 17 64 0 0.91 0.65 0.27 343.21 0.83 0.4
Hex B9 11 40 0 5B 41 1B 157 53 28
Octal 271 21 100 0 133 101 33 527 123 50
Binary 10111001 10001 1000000 0 1011011 1000001 11011 101010111 1010011 101000

Color Harmonies of #B91140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91140

Black with #B91140

Text Example


Text Example

White with #B91140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91140; }

 p { color: rgb(185,17,64); }

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

background-color css

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

 a { background-color: rgb(185,17,64); }

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

border-color css

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

 span { border-color: rgb(185,17,64); }

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