Html Css Color HEX #B91333 Cardinal

📋 copy color: '#B91333'

red 185 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #B91333

Tints of Cardinal #B91333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 72.55%
G = 7.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B91333 (or 0xB91333) is known color: Cardinal. HEX triplet: B9, 13 and 33. RGB value is (185,19,51). Sum of RGB (Red+Green+Blue) = 185+19+51=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B91333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91333 is #46ECCC. Grayscale: #484848. Windows color (decimal): -4648141 or 3347385. OLE color: 3347385.

HSL color Cylindrical-coordinate representation of color #B91333: hue angle of 348.43º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91333 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 51 -
CMYK 0 0.90 0.72 0.27
HSL 348.43º 0.81% 0.4% -
HSV(B) 348.43º 0.9% 0.73% -
XYZ 20.84 11.02 4.16 -
YUV 72.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 185 19 51 0 0.90 0.72 0.27 348.43 0.81 0.4
Hex B9 13 33 0 5A 48 1B 15C 51 28
Octal 271 23 63 0 132 110 33 534 121 50
Binary 10111001 10011 110011 0 1011010 1001000 11011 101011100 1010001 101000

Color Harmonies of #B91333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91333

Black with #B91333

Text Example


Text Example

White with #B91333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91333; }

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

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

background-color css

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

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

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

border-color css

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

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

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