Html Css Color HEX #B9104A Cardinal

📋 copy color: '#B9104A'

red 185 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #B9104A

Tints of Cardinal #B9104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 67.27%
G = 5.82%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9104A (or 0xB9104A) is known color: Cardinal. HEX triplet: B9, 10 and 4A. RGB value is (185,16,74). Sum of RGB (Red+Green+Blue) = 185+16+74=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B9104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9104A is #46EFB5. Grayscale: #494949. Windows color (decimal): -4648886 or 4853945. OLE color: 4853945.

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

Color convert

RGB 185 16 74 -
CMYK 0 0.91 0.6 0.27
HSL 339.41º 0.84% 0.39% -
HSV(B) 339.41º 0.91% 0.73% -
XYZ 21.43 11.18 7.51 -
YUV 73.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 185 16 74 0 0.91 0.6 0.27 339.41 0.84 0.39
Hex B9 10 4A 0 5B 3C 1B 153 54 27
Octal 271 20 112 0 133 74 33 523 124 47
Binary 10111001 10000 1001010 0 1011011 111100 11011 101010011 1010100 100111

Color Harmonies of #B9104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9104A

Black with #B9104A

Text Example


Text Example

White with #B9104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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