Html Css Color HEX #B91535 Cardinal

📋 copy color: '#B91535'

red 185 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #B91535

Tints of Cardinal #B91535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 71.43%
G = 8.11%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B91535 (or 0xB91535) is known color: Cardinal. HEX triplet: B9, 15 and 35. RGB value is (185,21,53). Sum of RGB (Red+Green+Blue) = 185+21+53=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91535 is #46EACA. Grayscale: #494949. Windows color (decimal): -4647627 or 3478969. OLE color: 3478969.

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

Color convert

RGB 185 21 53 -
CMYK 0 0.89 0.71 0.27
HSL 348.29º 0.8% 0.4% -
HSV(B) 348.29º 0.89% 0.73% -
XYZ 20.92 11.11 4.41 -
YUV 73.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 185 21 53 0 0.89 0.71 0.27 348.29 0.8 0.4
Hex B9 15 35 0 59 47 1B 15C 50 28
Octal 271 25 65 0 131 107 33 534 120 50
Binary 10111001 10101 110101 0 1011001 1000111 11011 101011100 1010000 101000

Color Harmonies of #B91535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91535

Black with #B91535

Text Example


Text Example

White with #B91535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91535; }

 p { color: rgb(185,21,53); }

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

background-color css

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

 a { background-color: rgb(185,21,53); }

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

border-color css

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

 span { border-color: rgb(185,21,53); }

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