Html Css Color HEX #B9184A Cardinal

📋 copy color: '#B9184A'

red 185 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B9184A

Tints of Cardinal #B9184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 65.37%
G = 8.48%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9184A (or 0xB9184A) is known color: Cardinal. HEX triplet: B9, 18 and 4A. RGB value is (185,24,74). Sum of RGB (Red+Green+Blue) = 185+24+74=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9184A is #46E7B5. Grayscale: #4D4D4D. Windows color (decimal): -4646838 or 4855993. OLE color: 4855993.

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

Color convert

RGB 185 24 74 -
CMYK 0 0.87 0.6 0.27
HSL 341.37º 0.77% 0.41% -
HSV(B) 341.37º 0.87% 0.73% -
XYZ 21.57 11.46 7.55 -
YUV 77.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 185 24 74 0 0.87 0.6 0.27 341.37 0.77 0.41
Hex B9 18 4A 0 57 3C 1B 155 4D 29
Octal 271 30 112 0 127 74 33 525 115 51
Binary 10111001 11000 1001010 0 1010111 111100 11011 101010101 1001101 101001

Color Harmonies of #B9184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9184A

Black with #B9184A

Text Example


Text Example

White with #B9184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9184A; }

 p { color: rgb(185,24,74); }

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

background-color css

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

 a { background-color: rgb(185,24,74); }

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

border-color css

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

 span { border-color: rgb(185,24,74); }

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