Html Css Color HEX #B9193A Cardinal

📋 copy color: '#B9193A'

red 185 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #B9193A

Tints of Cardinal #B9193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 69.03%
G = 9.33%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9193A (or 0xB9193A) is known color: Cardinal. HEX triplet: B9, 19 and 3A. RGB value is (185,25,58). Sum of RGB (Red+Green+Blue) = 185+25+58=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9193A is #46E6C5. Grayscale: #4C4C4C. Windows color (decimal): -4646598 or 3807673. OLE color: 3807673.

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

Color convert

RGB 185 25 58 -
CMYK 0 0.86 0.69 0.27
HSL 347.63º 0.76% 0.41% -
HSV(B) 347.63º 0.86% 0.73% -
XYZ 21.12 11.32 5.07 -
YUV 76.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 185 25 58 0 0.86 0.69 0.27 347.63 0.76 0.41
Hex B9 19 3A 0 56 45 1B 15C 4C 29
Octal 271 31 72 0 126 105 33 534 114 51
Binary 10111001 11001 111010 0 1010110 1000101 11011 101011100 1001100 101001

Color Harmonies of #B9193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9193A

Black with #B9193A

Text Example


Text Example

White with #B9193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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