Html Css Color HEX #B9143E Cardinal

📋 copy color: '#B9143E'

red 185 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #B9143E

Tints of Cardinal #B9143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 69.29%
G = 7.49%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9143E (or 0xB9143E) is known color: Cardinal. HEX triplet: B9, 14 and 3E. RGB value is (185,20,62). Sum of RGB (Red+Green+Blue) = 185+20+62=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9143E is #46EBC1. Grayscale: #4A4A4A. Windows color (decimal): -4647874 or 4068537. OLE color: 4068537.

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

Color convert

RGB 185 20 62 -
CMYK 0 0.89 0.66 0.27
HSL 344.73º 0.8% 0.4% -
HSV(B) 344.73º 0.89% 0.73% -
XYZ 21.13 11.16 5.6 -
YUV 74.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 185 20 62 0 0.89 0.66 0.27 344.73 0.8 0.4
Hex B9 14 3E 0 59 42 1B 159 50 28
Octal 271 24 76 0 131 102 33 531 120 50
Binary 10111001 10100 111110 0 1011001 1000010 11011 101011001 1010000 101000

Color Harmonies of #B9143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9143E

Black with #B9143E

Text Example


Text Example

White with #B9143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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