Html Css Color HEX #B9103B Cardinal

📋 copy color: '#B9103B'

red 185 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #B9103B

Tints of Cardinal #B9103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 71.15%
G = 6.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9103B (or 0xB9103B) is known color: Cardinal. HEX triplet: B9, 10 and 3B. RGB value is (185,16,59). Sum of RGB (Red+Green+Blue) = 185+16+59=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B9103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9103B is #46EFC4. Grayscale: #474747. Windows color (decimal): -4648901 or 3870905. OLE color: 3870905.

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

Color convert

RGB 185 16 59 -
CMYK 0 0.91 0.68 0.27
HSL 344.73º 0.84% 0.39% -
HSV(B) 344.73º 0.91% 0.73% -
XYZ 20.98 11 5.16 -
YUV 71.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 185 16 59 0 0.91 0.68 0.27 344.73 0.84 0.39
Hex B9 10 3B 0 5B 44 1B 159 54 27
Octal 271 20 73 0 133 104 33 531 124 47
Binary 10111001 10000 111011 0 1011011 1000100 11011 101011001 1010100 100111

Color Harmonies of #B9103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9103B

Black with #B9103B

Text Example


Text Example

White with #B9103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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