Html Css Color HEX #B91133 Cardinal

📋 copy color: '#B91133'

red 185 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #B91133

Tints of Cardinal #B91133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 73.12%
G = 6.72%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B91133 (or 0xB91133) is known color: Cardinal. HEX triplet: B9, 11 and 33. RGB value is (185,17,51). Sum of RGB (Red+Green+Blue) = 185+17+51=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B91133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91133 is #46EECC. Grayscale: #474747. Windows color (decimal): -4648653 or 3346873. OLE color: 3346873.

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

Color convert

RGB 185 17 51 -
CMYK 0 0.91 0.72 0.27
HSL 347.86º 0.83% 0.4% -
HSV(B) 347.86º 0.91% 0.73% -
XYZ 20.81 10.95 4.15 -
YUV 71.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 185 17 51 0 0.91 0.72 0.27 347.86 0.83 0.4
Hex B9 11 33 0 5B 48 1B 15C 53 28
Octal 271 21 63 0 133 110 33 534 123 50
Binary 10111001 10001 110011 0 1011011 1001000 11011 101011100 1010011 101000

Color Harmonies of #B91133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91133

Black with #B91133

Text Example


Text Example

White with #B91133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91133; }

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

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

background-color css

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

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

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

border-color css

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

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

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