Html Css Color HEX #B9103A Cardinal

📋 copy color: '#B9103A'

red 185 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #B9103A

Tints of Cardinal #B9103A

RGB

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

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

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

R = 71.43%
G = 6.18%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9103A (or 0xB9103A) is known color: Cardinal. HEX triplet: B9, 10 and 3A. RGB value is (185,16,58). Sum of RGB (Red+Green+Blue) = 185+16+58=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B9103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9103A is #46EFC5. Grayscale: #474747. Windows color (decimal): -4648902 or 3805369. OLE color: 3805369.

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

Color convert

RGB 185 16 58 -
CMYK 0 0.91 0.69 0.27
HSL 345.09º 0.84% 0.39% -
HSV(B) 345.09º 0.91% 0.73% -
XYZ 20.96 10.99 5.02 -
YUV 71.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 185 16 58 0 0.91 0.69 0.27 345.09 0.84 0.39
Hex B9 10 3A 0 5B 45 1B 159 54 27
Octal 271 20 72 0 133 105 33 531 124 47
Binary 10111001 10000 111010 0 1011011 1000101 11011 101011001 1010100 100111

Color Harmonies of #B9103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9103A

Black with #B9103A

Text Example


Text Example

White with #B9103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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