Html Css Color HEX #B91932 Cardinal

📋 copy color: '#B91932'

red 185 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #B91932

Tints of Cardinal #B91932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 71.15%
G = 9.62%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B91932 (or 0xB91932) is known color: Cardinal. HEX triplet: B9, 19 and 32. RGB value is (185,25,50). Sum of RGB (Red+Green+Blue) = 185+25+50=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B91932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91932 is #46E6CD. Grayscale: #4B4B4B. Windows color (decimal): -4646606 or 3283385. OLE color: 3283385.

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

Color convert

RGB 185 25 50 -
CMYK 0 0.86 0.73 0.27
HSL 350.63º 0.76% 0.41% -
HSV(B) 350.63º 0.86% 0.73% -
XYZ 20.93 11.24 4.08 -
YUV 75.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 185 25 50 0 0.86 0.73 0.27 350.63 0.76 0.41
Hex B9 19 32 0 56 49 1B 15F 4C 29
Octal 271 31 62 0 126 111 33 537 114 51
Binary 10111001 11001 110010 0 1010110 1001001 11011 101011111 1001100 101001

Color Harmonies of #B91932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91932

Black with #B91932

Text Example


Text Example

White with #B91932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91932; }

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

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

background-color css

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

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

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

border-color css

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

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

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