Html Css Color HEX #B9142B Cardinal

📋 copy color: '#B9142B'

red 185 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B9142B

Tints of Cardinal #B9142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 74.6%
G = 8.06%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9142B (or 0xB9142B) is known color: Cardinal. HEX triplet: B9, 14 and 2B. RGB value is (185,20,43). Sum of RGB (Red+Green+Blue) = 185+20+43=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9142B is #46EBD4. Grayscale: #484848. Windows color (decimal): -4647893 or 2823353. OLE color: 2823353.

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

Color convert

RGB 185 20 43 -
CMYK 0 0.89 0.77 0.27
HSL 351.64º 0.8% 0.4% -
HSV(B) 351.64º 0.89% 0.73% -
XYZ 20.69 10.99 3.32 -
YUV 71.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 185 20 43 0 0.89 0.77 0.27 351.64 0.8 0.4
Hex B9 14 2B 0 59 4D 1B 160 50 28
Octal 271 24 53 0 131 115 33 540 120 50
Binary 10111001 10100 101011 0 1011001 1001101 11011 101100000 1010000 101000

Color Harmonies of #B9142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9142B

Black with #B9142B

Text Example


Text Example

White with #B9142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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