Html Css Color HEX #B9182B Cardinal

📋 copy color: '#B9182B'

red 185 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #B9182B

Tints of Cardinal #B9182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 73.41%
G = 9.52%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9182B (or 0xB9182B) is known color: Cardinal. HEX triplet: B9, 18 and 2B. RGB value is (185,24,43). Sum of RGB (Red+Green+Blue) = 185+24+43=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9182B is #46E7D4. Grayscale: #4A4A4A. Windows color (decimal): -4646869 or 2824377. OLE color: 2824377.

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

Color convert

RGB 185 24 43 -
CMYK 0 0.87 0.77 0.27
HSL 352.92º 0.77% 0.41% -
HSV(B) 352.92º 0.87% 0.73% -
XYZ 20.77 11.14 3.34 -
YUV 74.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 185 24 43 0 0.87 0.77 0.27 352.92 0.77 0.41
Hex B9 18 2B 0 57 4D 1B 161 4D 29
Octal 271 30 53 0 127 115 33 541 115 51
Binary 10111001 11000 101011 0 1010111 1001101 11011 101100001 1001101 101001

Color Harmonies of #B9182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9182B

Black with #B9182B

Text Example


Text Example

White with #B9182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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