Html Css Color HEX #B9163A Cardinal

📋 copy color: '#B9163A'

red 185 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #B9163A

Tints of Cardinal #B9163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 69.81%
G = 8.3%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9163A (or 0xB9163A) is known color: Cardinal. HEX triplet: B9, 16 and 3A. RGB value is (185,22,58). Sum of RGB (Red+Green+Blue) = 185+22+58=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9163A is #46E9C5. Grayscale: #4A4A4A. Windows color (decimal): -4647366 or 3806905. OLE color: 3806905.

HSL color Cylindrical-coordinate representation of color #B9163A: hue angle of 346.75º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9163A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 58 -
CMYK 0 0.88 0.69 0.27
HSL 346.75º 0.79% 0.41% -
HSV(B) 346.75º 0.88% 0.73% -
XYZ 21.06 11.19 5.05 -
YUV 74.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 185 22 58 0 0.88 0.69 0.27 346.75 0.79 0.41
Hex B9 16 3A 0 58 45 1B 15B 4F 29
Octal 271 26 72 0 130 105 33 533 117 51
Binary 10111001 10110 111010 0 1011000 1000101 11011 101011011 1001111 101001

Color Harmonies of #B9163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9163A

Black with #B9163A

Text Example


Text Example

White with #B9163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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