Html Css Color HEX #B9113A Cardinal

📋 copy color: '#B9113A'

red 185 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #B9113A

Tints of Cardinal #B9113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 71.15%
G = 6.54%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9113A (or 0xB9113A) is known color: Cardinal. HEX triplet: B9, 11 and 3A. RGB value is (185,17,58). Sum of RGB (Red+Green+Blue) = 185+17+58=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B9113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9113A is #46EEC5. Grayscale: #474747. Windows color (decimal): -4648646 or 3805625. OLE color: 3805625.

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

Color convert

RGB 185 17 58 -
CMYK 0 0.91 0.69 0.27
HSL 345.36º 0.83% 0.4% -
HSV(B) 345.36º 0.91% 0.73% -
XYZ 20.97 11.02 5.02 -
YUV 71.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 185 17 58 0 0.91 0.69 0.27 345.36 0.83 0.4
Hex B9 11 3A 0 5B 45 1B 159 53 28
Octal 271 21 72 0 133 105 33 531 123 50
Binary 10111001 10001 111010 0 1011011 1000101 11011 101011001 1010011 101000

Color Harmonies of #B9113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9113A

Black with #B9113A

Text Example


Text Example

White with #B9113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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