Html Css Color HEX #B9123A Cardinal

📋 copy color: '#B9123A'

red 185 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #B9123A

Tints of Cardinal #B9123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 70.88%
G = 6.9%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9123A (or 0xB9123A) is known color: Cardinal. HEX triplet: B9, 12 and 3A. RGB value is (185,18,58). Sum of RGB (Red+Green+Blue) = 185+18+58=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9123A is #46EDC5. Grayscale: #484848. Windows color (decimal): -4648390 or 3805881. OLE color: 3805881.

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

Color convert

RGB 185 18 58 -
CMYK 0 0.90 0.69 0.27
HSL 345.63º 0.82% 0.4% -
HSV(B) 345.63º 0.9% 0.73% -
XYZ 20.99 11.05 5.03 -
YUV 72.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 185 18 58 0 0.90 0.69 0.27 345.63 0.82 0.4
Hex B9 12 3A 0 5A 45 1B 15A 52 28
Octal 271 22 72 0 132 105 33 532 122 50
Binary 10111001 10010 111010 0 1011010 1000101 11011 101011010 1010010 101000

Color Harmonies of #B9123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9123A

Black with #B9123A

Text Example


Text Example

White with #B9123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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