#BE0146

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

Shades of Cardinal #BE0146

Tints of Cardinal #BE0146

Color information

#BE0146 (or 0xBE0146) is unknown color: approx Cardinal. HEX triplet: BE, 01 and 46. RGB value is (190,1,70). Sum of RGB (Red+Green+Blue) = 190+1+70=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0146 is #41FEB9. Grayscale: #414141. Windows color (decimal): -4325050 or 4587966. OLE color: 4587966.

HSL color Cylindrical-coordinate representation of color #BE0146: hue angle of 338.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0146 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB190170-
CMYK00.990.630.25
HSL338.1º98.95%37.45%-
HSV(B)338.1º99.47%74.51%-
XYZ22.3511.416.82-
YUV65.38130.62216.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=72.80%
G=0.38%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017000.990.630.25338.198.9537.45
HexBE1460633F191526325
Octal27611060143773152214345
Binary101111101100011001100011111111110011010100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0146; }

 p { color: rgb(190,1,70); }

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

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

 a { background-color: rgb(190,1,70); }

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

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

 span { border-color: rgb(190,1,70); }

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