Html Css Color HEX #B9182E Cardinal

📋 copy color: '#B9182E'

red 185 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #B9182E

Tints of Cardinal #B9182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 72.55%
G = 9.41%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9182E (or 0xB9182E) is known color: Cardinal. HEX triplet: B9, 18 and 2E. RGB value is (185,24,46). Sum of RGB (Red+Green+Blue) = 185+24+46=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B9182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9182E is #46E7D1. Grayscale: #4A4A4A. Windows color (decimal): -4646866 or 3020985. OLE color: 3020985.

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

Color convert

RGB 185 24 46 -
CMYK 0 0.87 0.75 0.27
HSL 351.8º 0.77% 0.41% -
HSV(B) 351.8º 0.87% 0.73% -
XYZ 20.83 11.16 3.64 -
YUV 74.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 185 24 46 0 0.87 0.75 0.27 351.8 0.77 0.41
Hex B9 18 2E 0 57 4B 1B 160 4D 29
Octal 271 30 56 0 127 113 33 540 115 51
Binary 10111001 11000 101110 0 1010111 1001011 11011 101100000 1001101 101001

Color Harmonies of #B9182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9182E

Black with #B9182E

Text Example


Text Example

White with #B9182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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