Html Css Color HEX #B9192A Cardinal

📋 copy color: '#B9192A'

red 185 ◦ green 25 ◦ blue 42

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

Shades of Cardinal #B9192A

Tints of Cardinal #B9192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 73.41%
G = 9.92%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9192A (or 0xB9192A) is known color: Cardinal. HEX triplet: B9, 19 and 2A. RGB value is (185,25,42). Sum of RGB (Red+Green+Blue) = 185+25+42=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9192A is #46E6D5. Grayscale: #4A4A4A. Windows color (decimal): -4646614 or 2759097. OLE color: 2759097.

HSL color Cylindrical-coordinate representation of color #B9192A: hue angle of 353.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 #B9192A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 42 -
CMYK 0 0.86 0.77 0.27
HSL 353.63º 0.76% 0.41% -
HSV(B) 353.63º 0.86% 0.73% -
XYZ 20.77 11.18 3.25 -
YUV 74.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 185 25 42 0 0.86 0.77 0.27 353.63 0.76 0.41
Hex B9 19 2A 0 56 4D 1B 162 4C 29
Octal 271 31 52 0 126 115 33 542 114 51
Binary 10111001 11001 101010 0 1010110 1001101 11011 101100010 1001100 101001

Color Harmonies of #B9192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9192A

Black with #B9192A

Text Example


Text Example

White with #B9192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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