Html Css Color HEX #B9183B Cardinal

📋 copy color: '#B9183B'

red 185 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #B9183B

Tints of Cardinal #B9183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 69.03%
G = 8.96%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9183B (or 0xB9183B) is known color: Cardinal. HEX triplet: B9, 18 and 3B. RGB value is (185,24,59). Sum of RGB (Red+Green+Blue) = 185+24+59=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9183B is #46E7C4. Grayscale: #4C4C4C. Windows color (decimal): -4646853 or 3872953. OLE color: 3872953.

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

Color convert

RGB 185 24 59 -
CMYK 0 0.87 0.68 0.27
HSL 346.96º 0.77% 0.41% -
HSV(B) 346.96º 0.87% 0.73% -
XYZ 21.12 11.28 5.2 -
YUV 76.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 185 24 59 0 0.87 0.68 0.27 346.96 0.77 0.41
Hex B9 18 3B 0 57 44 1B 15B 4D 29
Octal 271 30 73 0 127 104 33 533 115 51
Binary 10111001 11000 111011 0 1010111 1000100 11011 101011011 1001101 101001

Color Harmonies of #B9183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9183B

Black with #B9183B

Text Example


Text Example

White with #B9183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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