Html Css Color HEX #B9122B Cardinal

📋 copy color: '#B9122B'

red 185 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #B9122B

Tints of Cardinal #B9122B

RGB

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

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

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

R = 75.2%
G = 7.32%
B = 17.48%

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

#B9122B (or 0xB9122B) is known color: Cardinal. HEX triplet: B9, 12 and 2B. RGB value is (185,18,43). Sum of RGB (Red+Green+Blue) = 185+18+43=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B9122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9122B is #46EDD4. Grayscale: #464646. Windows color (decimal): -4648405 or 2822841. OLE color: 2822841.

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

Color convert

RGB 185 18 43 -
CMYK 0 0.90 0.77 0.27
HSL 351.02º 0.82% 0.4% -
HSV(B) 351.02º 0.9% 0.73% -
XYZ 20.66 10.92 3.3 -
YUV 70.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 185 18 43 0 0.90 0.77 0.27 351.02 0.82 0.4
Hex B9 12 2B 0 5A 4D 1B 15F 52 28
Octal 271 22 53 0 132 115 33 537 122 50
Binary 10111001 10010 101011 0 1011010 1001101 11011 101011111 1010010 101000

Color Harmonies of #B9122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9122B

Black with #B9122B

Text Example


Text Example

White with #B9122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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