Html Css Color HEX #B9122E Cardinal

📋 copy color: '#B9122E'

red 185 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #B9122E

Tints of Cardinal #B9122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 74.3%
G = 7.23%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9122E (or 0xB9122E) is known color: Cardinal. HEX triplet: B9, 12 and 2E. RGB value is (185,18,46). Sum of RGB (Red+Green+Blue) = 185+18+46=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9122E is #46EDD1. Grayscale: #474747. Windows color (decimal): -4648402 or 3019449. OLE color: 3019449.

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

Color convert

RGB 185 18 46 -
CMYK 0 0.90 0.75 0.27
HSL 349.94º 0.82% 0.4% -
HSV(B) 349.94º 0.9% 0.73% -
XYZ 20.72 10.94 3.61 -
YUV 71.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 185 18 46 0 0.90 0.75 0.27 349.94 0.82 0.4
Hex B9 12 2E 0 5A 4B 1B 15E 52 28
Octal 271 22 56 0 132 113 33 536 122 50
Binary 10111001 10010 101110 0 1011010 1001011 11011 101011110 1010010 101000

Color Harmonies of #B9122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9122E

Black with #B9122E

Text Example


Text Example

White with #B9122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9122E; }

 p { color: rgb(185,18,46); }

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

background-color css

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

 a { background-color: rgb(185,18,46); }

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

border-color css

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

 span { border-color: rgb(185,18,46); }

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