Html Css Color HEX #B91737 Cardinal

📋 copy color: '#B91737'

red 185 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #B91737

Tints of Cardinal #B91737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

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

R = 70.34%
G = 8.75%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B91737 (or 0xB91737) is known color: Cardinal. HEX triplet: B9, 17 and 37. RGB value is (185,23,55). Sum of RGB (Red+Green+Blue) = 185+23+55=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B91737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91737 is #46E8C8. Grayscale: #4B4B4B. Windows color (decimal): -4647113 or 3610553. OLE color: 3610553.

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

Color convert

RGB 185 23 55 -
CMYK 0 0.88 0.70 0.27
HSL 348.15º 0.78% 0.41% -
HSV(B) 348.15º 0.88% 0.73% -
XYZ 21 11.2 4.67 -
YUV 75.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 185 23 55 0 0.88 0.70 0.27 348.15 0.78 0.41
Hex B9 17 37 0 58 46 1B 15C 4E 29
Octal 271 27 67 0 130 106 33 534 116 51
Binary 10111001 10111 110111 0 1011000 1000110 11011 101011100 1001110 101001

Color Harmonies of #B91737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91737

Black with #B91737

Text Example


Text Example

White with #B91737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91737; }

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

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

background-color css

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

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

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

border-color css

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

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

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