Html Css Color HEX #B91637 Cardinal

📋 copy color: '#B91637'

red 185 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #B91637

Tints of Cardinal #B91637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

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

R = 70.61%
G = 8.4%
B = 20.99%

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

#B91637 (or 0xB91637) is known color: Cardinal. HEX triplet: B9, 16 and 37. RGB value is (185,22,55). Sum of RGB (Red+Green+Blue) = 185+22+55=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91637 is #46E9C8. Grayscale: #4A4A4A. Windows color (decimal): -4647369 or 3610297. OLE color: 3610297.

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

Color convert

RGB 185 22 55 -
CMYK 0 0.88 0.70 0.27
HSL 347.85º 0.79% 0.41% -
HSV(B) 347.85º 0.88% 0.73% -
XYZ 20.98 11.16 4.66 -
YUV 74.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 185 22 55 0 0.88 0.70 0.27 347.85 0.79 0.41
Hex B9 16 37 0 58 46 1B 15C 4F 29
Octal 271 26 67 0 130 106 33 534 117 51
Binary 10111001 10110 110111 0 1011000 1000110 11011 101011100 1001111 101001

Color Harmonies of #B91637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91637

Black with #B91637

Text Example


Text Example

White with #B91637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91637; }

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

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

background-color css

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

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

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

border-color css

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

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

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