Html Css Color HEX #B91732 Cardinal

📋 copy color: '#B91732'

red 185 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #B91732

Tints of Cardinal #B91732

RGB

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

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

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

R = 71.71%
G = 8.91%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B91732 (or 0xB91732) is known color: Cardinal. HEX triplet: B9, 17 and 32. RGB value is (185,23,50). Sum of RGB (Red+Green+Blue) = 185+23+50=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91732 is #46E8CD. Grayscale: #4A4A4A. Windows color (decimal): -4647118 or 3282873. OLE color: 3282873.

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

Color convert

RGB 185 23 50 -
CMYK 0 0.88 0.73 0.27
HSL 350º 0.78% 0.41% -
HSV(B) 350º 0.88% 0.73% -
XYZ 20.89 11.16 4.07 -
YUV 74.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 185 23 50 0 0.88 0.73 0.27 350 0.78 0.41
Hex B9 17 32 0 58 49 1B 15E 4E 29
Octal 271 27 62 0 130 111 33 536 116 51
Binary 10111001 10111 110010 0 1011000 1001001 11011 101011110 1001110 101001

Color Harmonies of #B91732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91732

Black with #B91732

Text Example


Text Example

White with #B91732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91732; }

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

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

background-color css

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

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

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

border-color css

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

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

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