Html Css Color HEX #B9104B Cardinal

📋 copy color: '#B9104B'

red 185 ◦ green 16 ◦ blue 75

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

Shades of Cardinal #B9104B

Tints of Cardinal #B9104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 67.03%
G = 5.8%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9104B (or 0xB9104B) is known color: Cardinal. HEX triplet: B9, 10 and 4B. RGB value is (185,16,75). Sum of RGB (Red+Green+Blue) = 185+16+75=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9104B is #46EFB4. Grayscale: #494949. Windows color (decimal): -4648885 or 4919481. OLE color: 4919481.

HSL color Cylindrical-coordinate representation of color #B9104B: hue angle of 339.05º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9104B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 75 -
CMYK 0 0.91 0.59 0.27
HSL 339.05º 0.84% 0.39% -
HSV(B) 339.05º 0.91% 0.73% -
XYZ 21.46 11.19 7.69 -
YUV 73.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 185 16 75 0 0.91 0.59 0.27 339.05 0.84 0.39
Hex B9 10 4B 0 5B 3B 1B 153 54 27
Octal 271 20 113 0 133 73 33 523 124 47
Binary 10111001 10000 1001011 0 1011011 111011 11011 101010011 1010100 100111

Color Harmonies of #B9104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9104B

Black with #B9104B

Text Example


Text Example

White with #B9104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9104B; }

 p { color: rgb(185,16,75); }

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

background-color css

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

 a { background-color: rgb(185,16,75); }

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

border-color css

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

 span { border-color: rgb(185,16,75); }

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