Html Css Color HEX #B9132B Cardinal

📋 copy color: '#B9132B'

red 185 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #B9132B

Tints of Cardinal #B9132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 74.9%
G = 7.69%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9132B (or 0xB9132B) is known color: Cardinal. HEX triplet: B9, 13 and 2B. RGB value is (185,19,43). Sum of RGB (Red+Green+Blue) = 185+19+43=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9132B is #46ECD4. Grayscale: #474747. Windows color (decimal): -4648149 or 2823097. OLE color: 2823097.

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

Color convert

RGB 185 19 43 -
CMYK 0 0.90 0.77 0.27
HSL 351.33º 0.81% 0.4% -
HSV(B) 351.33º 0.9% 0.73% -
XYZ 20.68 10.95 3.31 -
YUV 71.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 185 19 43 0 0.90 0.77 0.27 351.33 0.81 0.4
Hex B9 13 2B 0 5A 4D 1B 15F 51 28
Octal 271 23 53 0 132 115 33 537 121 50
Binary 10111001 10011 101011 0 1011010 1001101 11011 101011111 1010001 101000

Color Harmonies of #B9132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9132B

Black with #B9132B

Text Example


Text Example

White with #B9132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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