Html Css Color HEX #B9132C Cardinal

📋 copy color: '#B9132C'

red 185 ◦ green 19 ◦ blue 44

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

Shades of Cardinal #B9132C

Tints of Cardinal #B9132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 74.6%
G = 7.66%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9132C (or 0xB9132C) is known color: Cardinal. HEX triplet: B9, 13 and 2C. RGB value is (185,19,44). Sum of RGB (Red+Green+Blue) = 185+19+44=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9132C is #46ECD3. Grayscale: #474747. Windows color (decimal): -4648148 or 2888633. OLE color: 2888633.

HSL color Cylindrical-coordinate representation of color #B9132C: hue angle of 350.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9132C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 44 -
CMYK 0 0.90 0.76 0.27
HSL 350.96º 0.81% 0.4% -
HSV(B) 350.96º 0.9% 0.73% -
XYZ 20.7 10.96 3.41 -
YUV 71.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 185 19 44 0 0.90 0.76 0.27 350.96 0.81 0.4
Hex B9 13 2C 0 5A 4C 1B 15F 51 28
Octal 271 23 54 0 132 114 33 537 121 50
Binary 10111001 10011 101100 0 1011010 1001100 11011 101011111 1010001 101000

Color Harmonies of #B9132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9132C

Black with #B9132C

Text Example


Text Example

White with #B9132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9132C; }

 p { color: rgb(185,19,44); }

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

background-color css

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

 a { background-color: rgb(185,19,44); }

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

border-color css

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

 span { border-color: rgb(185,19,44); }

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