Html Css Color HEX #B91839 Cardinal

📋 copy color: '#B91839'

red 185 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #B91839

Tints of Cardinal #B91839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 69.55%
G = 9.02%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B91839 (or 0xB91839) is known color: Cardinal. HEX triplet: B9, 18 and 39. RGB value is (185,24,57). Sum of RGB (Red+Green+Blue) = 185+24+57=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B91839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91839 is #46E7C6. Grayscale: #4B4B4B. Windows color (decimal): -4646855 or 3741881. OLE color: 3741881.

HSL color Cylindrical-coordinate representation of color #B91839: hue angle of 347.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91839 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 57 -
CMYK 0 0.87 0.69 0.27
HSL 347.7º 0.77% 0.41% -
HSV(B) 347.7º 0.87% 0.73% -
XYZ 21.07 11.26 4.93 -
YUV 75.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 185 24 57 0 0.87 0.69 0.27 347.7 0.77 0.41
Hex B9 18 39 0 57 45 1B 15C 4D 29
Octal 271 30 71 0 127 105 33 534 115 51
Binary 10111001 11000 111001 0 1010111 1000101 11011 101011100 1001101 101001

Color Harmonies of #B91839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91839

Black with #B91839

Text Example


Text Example

White with #B91839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91839; }

 p { color: rgb(185,24,57); }

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

background-color css

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

 a { background-color: rgb(185,24,57); }

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

border-color css

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

 span { border-color: rgb(185,24,57); }

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