Html Css Color HEX #B9144E Cardinal

📋 copy color: '#B9144E'

red 185 ◦ green 20 ◦ blue 78

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

Shades of Cardinal #B9144E

Tints of Cardinal #B9144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 65.37%
G = 7.07%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9144E (or 0xB9144E) is known color: Cardinal. HEX triplet: B9, 14 and 4E. RGB value is (185,20,78). Sum of RGB (Red+Green+Blue) = 185+20+78=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9144E is #46EBB1. Grayscale: #4B4B4B. Windows color (decimal): -4647858 or 5117113. OLE color: 5117113.

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

Color convert

RGB 185 20 78 -
CMYK 0 0.89 0.58 0.27
HSL 338.91º 0.8% 0.4% -
HSV(B) 338.91º 0.89% 0.73% -
XYZ 21.63 11.36 8.26 -
YUV 75.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 185 20 78 0 0.89 0.58 0.27 338.91 0.8 0.4
Hex B9 14 4E 0 59 3A 1B 153 50 28
Octal 271 24 116 0 131 72 33 523 120 50
Binary 10111001 10100 1001110 0 1011001 111010 11011 101010011 1010000 101000

Color Harmonies of #B9144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9144E

Black with #B9144E

Text Example


Text Example

White with #B9144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9144E; }

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

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

background-color css

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

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

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

border-color css

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

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

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