Html Css Color HEX #B91949 Cardinal

📋 copy color: '#B91949'

red 185 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #B91949

Tints of Cardinal #B91949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 65.37%
G = 8.83%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B91949 (or 0xB91949) is known color: Cardinal. HEX triplet: B9, 19 and 49. RGB value is (185,25,73). Sum of RGB (Red+Green+Blue) = 185+25+73=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B91949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91949 is #46E6B6. Grayscale: #4E4E4E. Windows color (decimal): -4646583 or 4790713. OLE color: 4790713.

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

Color convert

RGB 185 25 73 -
CMYK 0 0.86 0.61 0.27
HSL 342º 0.76% 0.41% -
HSV(B) 342º 0.86% 0.73% -
XYZ 21.56 11.49 7.39 -
YUV 78.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 185 25 73 0 0.86 0.61 0.27 342 0.76 0.41
Hex B9 19 49 0 56 3D 1B 156 4C 29
Octal 271 31 111 0 126 75 33 526 114 51
Binary 10111001 11001 1001001 0 1010110 111101 11011 101010110 1001100 101001

Color Harmonies of #B91949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91949

Black with #B91949

Text Example


Text Example

White with #B91949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91949; }

 p { color: rgb(185,25,73); }

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

background-color css

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

 a { background-color: rgb(185,25,73); }

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

border-color css

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

 span { border-color: rgb(185,25,73); }

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