#B9144C

Color #B9144C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B9144C

Tints of Cardinal #B9144C

Color information

#B9144C (or 0xB9144C) is unknown color: approx Cardinal. HEX triplet: B9, 14 and 4C. RGB value is (185,20,76). Sum of RGB (Red+Green+Blue) = 185+20+76=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9144C is #46EBB3. Grayscale: #4B4B4B. Windows color (decimal): -4647860 or 4986041. OLE color: 4986041.

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

Color convert

RGB1852076-
CMYK00.890.590.27
HSL339.64º80.49%40.2%-
HSV(B)339.64º89.19%72.55%-
XYZ21.5611.347.89-
YUV75.72128.16205.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=65.84%
G=7.12%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185207600.890.590.27339.6480.4940.2
HexB9144C0593B1B1545028
Octal271241140131733352412050
Binary1011100110100100110001011001111011110111010101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9144C; }

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

 H1.HeaderClassName
 {
   color: #B9144C;
 }
 .AnyTagClassName
 {
   color: #B9144C;
 }
</style>
background-color css

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

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

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

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

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

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