Html Css Color HEX #B91937 Cardinal

📋 copy color: '#B91937'

red 185 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #B91937

Tints of Cardinal #B91937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 69.81%
G = 9.43%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B91937 (or 0xB91937) is known color: Cardinal. HEX triplet: B9, 19 and 37. RGB value is (185,25,55). Sum of RGB (Red+Green+Blue) = 185+25+55=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B91937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91937 is #46E6C8. Grayscale: #4C4C4C. Windows color (decimal): -4646601 or 3611065. OLE color: 3611065.

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

Color convert

RGB 185 25 55 -
CMYK 0 0.86 0.70 0.27
HSL 348.75º 0.76% 0.41% -
HSV(B) 348.75º 0.86% 0.73% -
XYZ 21.04 11.29 4.68 -
YUV 76.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 185 25 55 0 0.86 0.70 0.27 348.75 0.76 0.41
Hex B9 19 37 0 56 46 1B 15D 4C 29
Octal 271 31 67 0 126 106 33 535 114 51
Binary 10111001 11001 110111 0 1010110 1000110 11011 101011101 1001100 101001

Color Harmonies of #B91937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91937

Black with #B91937

Text Example


Text Example

White with #B91937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91937; }

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

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

background-color css

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

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

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

border-color css

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

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

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