#BE0E2E

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

Shades of Cardinal #BE0E2E

Tints of Cardinal #BE0E2E

Color information

#BE0E2E (or 0xBE0E2E) is unknown color: approx Cardinal. HEX triplet: BE, 0E and 2E. RGB value is (190,14,46). Sum of RGB (Red+Green+Blue) = 190+14+46=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E2E is #41F1D1. Grayscale: #464646. Windows color (decimal): -4321746 or 3018430. OLE color: 3018430.

HSL color Cylindrical-coordinate representation of color #BE0E2E: hue angle of 349.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1901446-
CMYK00.930.760.25
HSL349.09º86.27%40%-
HSV(B)349.09º92.63%74.51%-
XYZ21.8911.463.64-
YUV70.27114.31213.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=76%
G=5.6%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190144600.930.760.25349.0986.2740
HexBEE2E05D4C1915d5628
Octal276165601351143153512650
Binary101111101110101110010111011001100110011010111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E2E; }

 p { color: rgb(190,14,46); }

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

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

 a { background-color: rgb(190,14,46); }

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

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

 span { border-color: rgb(190,14,46); }

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