Html Css Color HEX #B9142A Cardinal

📋 copy color: '#B9142A'

red 185 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #B9142A

Tints of Cardinal #B9142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 74.9%
G = 8.1%
B = 17%

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

#B9142A (or 0xB9142A) is known color: Cardinal. HEX triplet: B9, 14 and 2A. RGB value is (185,20,42). Sum of RGB (Red+Green+Blue) = 185+20+42=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9142A is #46EBD5. Grayscale: #474747. Windows color (decimal): -4647894 or 2757817. OLE color: 2757817.

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

Color convert

RGB 185 20 42 -
CMYK 0 0.89 0.77 0.27
HSL 352º 0.8% 0.4% -
HSV(B) 352º 0.89% 0.73% -
XYZ 20.68 10.98 3.22 -
YUV 71.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 185 20 42 0 0.89 0.77 0.27 352 0.8 0.4
Hex B9 14 2A 0 59 4D 1B 160 50 28
Octal 271 24 52 0 131 115 33 540 120 50
Binary 10111001 10100 101010 0 1011001 1001101 11011 101100000 1010000 101000

Color Harmonies of #B9142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9142A

Black with #B9142A

Text Example


Text Example

White with #B9142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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